Closed Mutti499 closed 3 days ago
Hey guys, I started working on annotation on the front end and here is what I came up with! Right now you can only create annotations (modification and deletion will be implemented later). I need to work on the details a bit but here is how it looks for now:
This is the current situation in mobile, users can delete their annotated texts: or add new ones. Their highlighnt color would be different.
The goal is to implement an annotation feature that allows users to annotate specific sections of a document ( I am thinking about a result page about languages that explains the language) with comments. Users should be able to highlight text and attach comments, and these comments should be stored in the backend for future retrieval. The feature requires updates to the backend models to store annotations, new API endpoints for creating and fetching annotations, and a responsive UI/UX on the frontend for user interaction.
Requirements:
Tasks:
Backend:
Annotation
model:Frontend:
Provide a deadline if one is needed