bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Text Annotation Backend Connection #567

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

Description:

We have a web application that allows users to share medical experiences. As part of this application, i have created a text annotation structure that allows users to highlight and annotate specific passages in the text. However, this text annotation structure is not currently connected to the backend.

We would like to implement a backend connection for the text annotation structure according to W3C standards, using the Recogito library. This will allow us to store and retrieve annotations made by users, and to display them properly on the frontend of the application.

Steps:

1) Modify the existing text annotation structure to integrate with the Recogito library. This will involve adding event listeners to the annotation elements, and using the Recogito library's API to store and retrieve annotations from the backend.

2) Test the integration to ensure that annotations are being stored and retrieved properly, and that they are being displayed correctly on the frontend of the application.

Reviewer: @BeratDamar Deadline: 26.12.2022 23.59

umutdenizsenerr commented 1 year ago

Since PR is merged, i am closing the issue.