bounswe / bounswe2024group9

9 stars 1 forks source link

[Everyone] Annotate a things a bit. #296

Closed Mutti499 closed 3 days ago

Mutti499 commented 1 week ago

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:

Provide a deadline if one is needed

Before the issue is closed, please remember to test and document the final implementation thoroughly. This is one of our important deliverables for the demo day.

damlakayikci commented 4 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:

image
halil-karabacak commented 3 days ago

This is the current situation in mobile, users can delete their annotated texts: image or add new ones. Their highlighnt color would be different. image