theSKAILab / TeAM-NER

NER Text Annotation Manager (TeAM): a tool for annotating text and reviewing and editing annotations
https://theskailab.github.io/TeAM-NER/
MIT License
0 stars 1 forks source link

Toggle behavior and incorrect JSON (Review mode) #18

Open umayerr opened 1 month ago

umayerr commented 1 month ago

When clicking the toggle for a single annotation, the system should only update the JSON for that specific annotation. However, it currently updates the JSON for all annotations. Additionally, the un-toggle function does not work on subsequent clicks.

npease18 commented 2 weeks ago

To clarify, this is the review toggle denoting that the term has been review? I can implement this but I thought the intended use was to denote that the term has been review in one form or another. If its been touched, it doesn't make sense to enable the toggle unless I am misunderstanding.

npease18 commented 1 week ago

I received your email with guidance on the functionality. I will fix accordingly!