Feature #2442
closed
Text annotation: show orphans
Added by Alexander Watzinger about 1 year ago.
Updated about 1 month ago.
Description
If a text annotation has no linked entity and no (or empty) comment it should be displayed at the orphan view at the admin data integrity check views.
Orphans can happen e.g. if the linked entity is deleted which was annotated without a text.
These orphans won't be displayed and get cleaned up if the source text is saved again but it still would be a good idea to implement a check for them like with the image annotations.
- Start date changed from 2024-12-27 to 2024-12-24
- Follows Feature #2079: Text annotation added
- Target version changed from 8.12.0 to 8.15.0
- Status changed from Acknowledged to Assigned
- Assignee set to Bernhard Koschiček-Krombholz
- Target version changed from 8.15.0 to 9.3.0
After we discussed it in the developer meeting I looked into it. Current annotation orphan check is only for annotated images.
But because this shouldn't be an issue (see description) and more a "nice to have" I moved it to a later version to not block the next releases.
Check itself would be easy: model.annotation_text entries without entity_id and text (source_id is a foreign key and can't be NULL).
But than we have to add a tab, think about the naming, add a delete button, write tests for it, ...
So feel free to implement whenever you want or just put it on the wishlist.
- Status changed from Assigned to In Progress
- Status changed from In Progress to Closed
- Target version changed from 9.3.0 to 9.0.0
Also available in: Atom
PDF