-
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
Ability to refresh document to load pending suggestions #4205
Comments
reckart
changed the title
Ability to refresh document to load pending suggestins
Ability to refresh document to load pending suggestions
Sep 24, 2023
reckart
added a commit
that referenced
this issue
Sep 24, 2023
- Add a action bar button to refresh the document in case there are recommenders - Wiggle the button a bit if there are pending suggestions
reckart
added a commit
that referenced
this issue
Sep 24, 2023
- Add a action bar button to refresh the document in case there are recommenders - Wiggle the button a bit if there are pending suggestions
reckart
added a commit
that referenced
this issue
Sep 25, 2023
…to-refresh-document-to-load-pending-suggestions #4205 - Ability to refresh document to load pending suggestions
reckart
added a commit
that referenced
this issue
Sep 25, 2023
* release/29.x: #4205 - Ability to refresh document to load pending suggestions
reckart
added a commit
that referenced
this issue
Oct 2, 2023
* main: (42 commits) #4221 - Upgrade dependencies #4219 - Improve speed of importing a large KB #4217 - Speed up properties list loading on KB page #4209 - Improve query speed for large KBs when using RDF4J Lucene FTS #4212 - Unable to mark local KB as read-only [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-29.3 No issue. Fix PubMed test. #4192 - Upgrade dependencies No issue. Fix PubMed test. #4205 - Ability to refresh document to load pending suggestions #4158 - Exception when annotating something after a longer pause #4158 - Exception when annotating something after a longer pause No issue: Enable parallel builds #4158 - Exception when annotating something after a longer pause #4158 - Exception when annotating something after a longer pause #4192 - Upgrade dependencies #4201 - Layer export as JSON does not include coloring rules #4199 - Jumping to the end of a long annotation sometimes does not work #4198 - Show layer name instead of no-label ... % Conflicts: % inception/inception-workload-dynamic/src/main/java/de/tudarmstadt/ukp/inception/workload/dynamic/annotation/DynamicAnnotatorWorkflowActionBarItemGroup.java % pom.xml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When there are recommenders in a project, the user gets a flash message when new predictions are available. However, it is difficult to actually refresh the document to make the predictions visible - one basically has to create or deleted an annotation or do a similar action. Also, when the user misses the flash message, they may not know that pending suggestions are available.
Describe the solution you'd like
When there are recommenders, display a button that allows to load pending suggestions. Also somehow draw attention to the button in case the user missed the flash message.
The text was updated successfully, but these errors were encountered: