Rainer Simon

Results 169 issues of Rainer Simon

Implement atomic operations for 'Delete Document' and 'Delete Document Annotations'. Both of these are tricky since a lot gets deleted: - Annotations (batch delete) - Annotation versions (batch delete) -...

Backend

Right now, the editor popup needs the API to function in order to work properly. (The main dependency is that the whole system relies on an annotation ID to be...

When an annotation is created, three things happen underneath the hood: - The annotation is upserted into the annotation index - The annotation is inserted into the history index -...

Backend

- Add confirmation box - While rollback is in progress, query status & update the UI once rollback is complete

DocumentAdmin

Covering annotations verbatim, plus names of places pulled from gazetteer. Should we handle document full-text search as well?

Q: how should we handle the case when a user deletes a document that has been shared with others? I assume we should just display a warning ("This document is...

DocumentAdmin

File upload is a core functionality of Recogito. What are the security implications for this? The present sandbox only inspects the file extension. How can we harden the upload interface...

DocumentAdmin

The hit test for lines currently returns `true`. Change, so that it actually checks if the mouse is above the line (with a small +/- buffer - a scale dependent...

See this comment from the Gitter chat: > Hi, when using betterpolygon, the crosshair wont follow the mouse cursor when making a polygon on drag. How do I fix this?...

Same issue as for Annotorious standard version: https://github.com/recogito/annotorious/issues/200

enhancement