-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Needs UX Designbackendcomponent: TreeViewenhancementNew feature or requestNew feature or requestfrontend
Description
On the center/current tile (src/components/TreeView/TreeDepiction/CurrentRow.tsx):
- Small circle in an upper corner with a number of senses with that domain
- Hover text: "Number of words gathered in this domain"
- Add function to
Backend\Controllers\StatisticsController.csfor getting that number
On the sibling and children tiles (src/components/TreeView/TreeDepiction/DomainTileButton.tsx):
- Not on the parent tile (so only for Direction.Down, .Prev, .Next)
- A thin progress bar along the bottom edge showing proportion of descendent domains that have at least one entry
- Same color as the border
- Empty will just look like a second line along the bottom, with a very narrow gap between it at the bottom border
- Full will just look like a thick bottom border
- Add function to
Backend\Controllers\StatisticsController.csfor getting that proportion
Copilot
Metadata
Metadata
Assignees
Labels
Needs UX Designbackendcomponent: TreeViewenhancementNew feature or requestNew feature or requestfrontend