-
Notifications
You must be signed in to change notification settings - Fork 3k
feat: ROOT-45: Filter by annotator together with annotation results #7783
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
Conversation
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-storybook canceled.
|
✅ Deploy Preview for label-studio-playground canceled.
|
This reverts commit 21be28f.
688b46d
to
035677f
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #7783 +/- ##
========================================
Coverage 70.50% 70.51%
========================================
Files 719 719
Lines 51391 51433 +42
Branches 8736 8736
========================================
+ Hits 36235 36269 +34
- Misses 15153 15161 +8
Partials 3 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:
|
/fmt |
…ular can understand its fields
/git merge develop
|
/git merge develop
|
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.
LG, awesome!
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.
looks good to me!
/git merge develop
|
/fm sync |
/git merge develop
|
…7783) Co-authored-by: matt-bernstein <[email protected]> Co-authored-by: Jo Booth <[email protected]> Co-authored-by: Ricardo Cabral <[email protected]> Co-authored-by: robot-ci-heartex <[email protected]>
This PR was automatically generated via Follow Merge. Workflow Run
Please ensure that all linked upstream Pull Requests are merged before proceeding with this one.
Allow filters in DM to have a
child_filter
which is only available after the parent is selected. Use this new capability to addannotator
as achild_filter
toannotation_results
. In this example, filters are now expressive enough to search for tasks with an annotation with label "PER" created by annotator "matt". Previously, a false positive would be returned if a task had both an annotation with label "PER" and a (potentially different) annotation by annotator "matt".FE changes
child_filter
and handle conditional CRUD logic (ensure a child never exists without its parent, and that incomplete filters are never sent to the BE)BE changes
LSE changes
annotator
child_filter