-
Notifications
You must be signed in to change notification settings - Fork 154
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
Reset document button for annotators in dynamic assignment mode #4258
Labels
Milestone
Comments
reckart
added a commit
that referenced
this issue
Oct 29, 2023
- Replace usage of deprecated ChallengeResponseDialog with modern approach
reckart
added a commit
that referenced
this issue
Oct 29, 2023
- Replace another usage of deprecated ChallengeResponseDialog with modern approach - Move annotation reset dialog panel code to workload base module so it can be used by the static and matrix modules - Fix coloring of table headers on dynamic workload page
reckart
added a commit
that referenced
this issue
Oct 31, 2023
- Replace another usage of deprecated ChallengeResponseDialog with modern approach - Move annotation reset dialog panel code to workload base module so it can be used by the static and matrix modules - Fix coloring of table headers on dynamic workload page
reckart
added a commit
that referenced
this issue
Nov 2, 2023
- Change return type of HybridApplicationUIEvent.getRequestTarget() to optional - Add the reset button to the matrix workload action bar group
reckart
added a commit
that referenced
this issue
Nov 3, 2023
…cument-button-for-annotators-in-dynamic-assignment-mode #4258 - Reset document button for annotators in dynamic assignment mode
reckart
added
⭐️ Enhancement
New feature or request
Module: Annotation
Module: Dynamic Workload
labels
Nov 3, 2023
reckart
added a commit
that referenced
this issue
Nov 3, 2023
* main: (26 commits) #4258 - Reset document button for annotators in dynamic assignment mode [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-29.8 #4266 - Improve backToProject call [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-29.7 No issue: Handle edge case #4263 - Spans starting before the current viewport are not rendered as partial spans [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-29.6 #4258 - Reset document button for annotators in dynamic assignment mode #4258 - Reset document button for annotators in dynamic assignment mode #4258 - Reset document button for annotators in dynamic assignment mode #4259 - Opening a document viewing a specific annotator from the activities list does not work #4235 - Direct access-by-URL to sidebar curation mode sometimes does not work #4235 - Direct access-by-URL to sidebar curation mode sometimes does not work #4256 - Avoid saving preferences immediately on load #4139 - Reusable popover component for annotation editors #4252 - Limit number of annotations displayed in annotation sidebar to avoid crash #4251 - Improve speed of yield calculation ... % Conflicts: % inception/inception-app-webapp/src/main/java/de/tudarmstadt/ukp/inception/app/config/InceptionSecurityWebUIShared.java % inception/inception-documents/src/main/java/de/tudarmstadt/ukp/inception/documents/DocumentAccessImpl.java % inception/inception-ui-dashboard-activity/src/main/java/de/tudarmstadt/ukp/inception/ui/core/dashboard/activity/ActivitiesDashletControllerImpl.java % inception/inception-workload-dynamic/src/main/java/de/tudarmstadt/ukp/inception/workload/dynamic/annotation/DynamicAnnotatorWorkflowActionBarItemGroup.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is your feature request related to a problem? Please describe.
There is currently no easy way for annotators in dynamic assignment mode to reset the entire document and start again.
Describe the solution you'd like
For static assignment, there is a reset button. This would be a solution to the problem.
Describe alternatives you've considered
An alternative would be an "clear all annotations" option that clears all annotations so that the annotator can start anew.
Additional context
A screenshot of the annotator view for annotators
The text was updated successfully, but these errors were encountered: