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
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Is your feature request related to a problem? Please describe
At the moment, we don't know who added annotations and who checked them.
Desired solution
For each annotation store a list of authors and a list of reviewers. For automatically generated annotations, the author should be set to autogen or something similar.
In the GUI it should be possible to define one's name in the settings. Then for all annotations that are created or edited this name should be added to the list of authors.
It should also be possible to add oneself to the list of reviewers. This could be done, for example, by clicking on a checkbox button in the annotation display:
Additional context
Ensure the reviewers and authors of all annotations are merged properly. It might be better to list all annotations when merging. It's somewhat redundant but provides more flexibility.
Remaining tasks
Update merge
Add reviewer when "Mark as Correct" is clicked (no duplicates)
Change "Mark as Correct" button to "Correct ✔️" for annotations that were reviewed
Add author when annotation is added/changed (no duplicates)