-
-
Notifications
You must be signed in to change notification settings - Fork 10
[TreeView] Add domain count #4046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…proportion Co-authored-by: imnasnainaec <[email protected]>
Co-authored-by: imnasnainaec <[email protected]>
Co-authored-by: imnasnainaec <[email protected]>
Co-authored-by: imnasnainaec <[email protected]>
Co-authored-by: imnasnainaec <[email protected]>
Co-authored-by: imnasnainaec <[email protected]>
Co-authored-by: imnasnainaec <[email protected]>
|
|
|
@copilot Remove from this pr all changes related to showing a progress bar. Keep every change needed to show the number badge on the current domain tile (and to test those changes). After changing anything in |
|
@imnasnainaec I've opened a new pull request, #4047, to work on those changes. Once the pull request is ready, I'll request review from you. |
Add sense count badge to current domain tile
Changes
Backend:
GetDomainSenseCount(projectId, domainId)endpoint to StatisticsControllerCountSensesWithDomainmethod to WordRepository for efficient MongoDB queryingFrontend:
This change is