-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat: BROS-594: Add Distribution row to Task Summary #8821
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: develop
Are you sure you want to change the base?
Conversation
It displays aggregations for choices, taxonomies, etc.: - For number and rating it shows average number - For choices, labels and taxonomies it shows counts for every option Also a lot of styles were fixed in Task Summary.
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8821 +/- ##
============================================
- Coverage 67.42% 56.82% -10.60%
============================================
Files 811 515 -296
Lines 62381 38949 -23432
Branches 10328 10520 +192
============================================
- Hits 42060 22134 -19926
+ Misses 20318 16815 -3503
+ Partials 3 0 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/git merge
|
…gnal/label-studio into fb-bros-594/summary-distribution
|
/fmt |
If there are no annotations don't fail trying to save the draft
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not have a similar Badge component in the UI lib which could be used here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly it seems like we have many ways we handle color cycling for labels, it might be worthwhile consolidating the logic to a shared core util so everywhere we ever need this label cycling, it is the same.
It displays aggregations for choices, taxonomies, etc.:
Also a lot of styles were fixed in Task Summary.