You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
My use case is specifically for token classification where there are a lot of annotations per record but should be just as useful for other types too.
If the user accidentally clicks (x) on an annotation (or clicks "Clear annotations") or makes other types of mistake they have to manually tag it again. This is especially annoying if it is character level annotation & you are doing edits.
Additionally it would be nice to have a way to undo all actions done on a record in that session(? the actions that took place after first edit during Pending until Validation)
So the per record buttons would be "Save, Undo All, Clear Annotations"(these could be just emoji buttons too). So if a user edits a record it would go from Validated->Pending-> annotate,annotate,annotate->clicks undo all->Validated (reverts all edits)
This would also remove some confusion from the word 'discard'. Currently when being unfamiliar with the UI it is easy to confuse it as discarding actions. Is this the same as the Clear action mentioned at #2266 ?
Describe the solution you'd like
allow undo and redoing actions using keyboard shortcuts &| add buttons near Validate and Discard buttons. This can be done by keeping a limited buffer of actions (at least until the user clicks save) as also described here
Describe alternatives you've considered
😭 and do it all again
The text was updated successfully, but these errors were encountered:
# Description
This PR includes reset button at record level and as global action to to
allow resetting the record to previous status and annotation
Closes#2278
See #2264
**Type of change**
- [x] New feature (non-breaking change which adds functionality)
**How Has This Been Tested**
- [x] Update recordActionButtons test
**Checklist**
- [x] I have merged the original branch into my forked branch
- [x] follows the style guidelines of this project
- [x] I did a self-review of my code
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
---------
Co-authored-by: keithCuniah <[email protected]>
Is your feature request related to a problem? Please describe.
My use case is specifically for token classification where there are a lot of annotations per record but should be just as useful for other types too.
If the user accidentally clicks (x) on an annotation (or clicks "Clear annotations") or makes other types of mistake they have to manually tag it again. This is especially annoying if it is character level annotation & you are doing edits.
Additionally it would be nice to have a way to undo all actions done on a record in that session(? the actions that took place after first edit during
Pending
untilValidation
)So the per record buttons would be "Save, Undo All, Clear Annotations"(these could be just emoji buttons too). So if a user edits a record it would go from
Validated->Pending-> annotate,annotate,annotate->clicks undo all->Validated (reverts all edits)
This would also remove some confusion from the word 'discard'. Currently when being unfamiliar with the UI it is easy to confuse it as discarding actions. Is this the same as the Clear action mentioned at #2266 ?
Describe the solution you'd like
allow undo and redoing actions using keyboard shortcuts &| add buttons near Validate and Discard buttons. This can be done by keeping a limited buffer of actions (at least until the user clicks save) as also described here
Describe alternatives you've considered
😭 and do it all again
The text was updated successfully, but these errors were encountered: