bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Text Annotation Backend Connection #568

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

I have implemented the text annotation structure using the Recogito library. This allows us to store and retrieve annotations made by users according to W3C standards, and to display them properly on the frontend of the application.

I have followed the implementation steps outlined in the issue description and have tested the integration to ensure that it is working correctly.

BeratDamar commented 1 year ago

It is good idea to use a library to implement text annotation. Therefore, we ensure that our annotation strcuture is competible with W3C standards.

I also tested text annotaions in user side. Other users can see annotated texts by another user. All other functions works correctly after providing backend connection.

Since everyhing seems okey, I will merge it. Thanks for your contribution