bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Image Annotation Backend Connection #557

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

This PR adds a backend connection for the image annotation feature on our medical experience sharing platform. The annotation structure has been modified to follow W3C standards, and a server-side API has been implemented to handle annotation requests. The frontend code has also been modified to send requests to the API when the user creates annotation.

BeratDamar commented 1 year ago

Our system had imAge annotation without backend conenction. Now, our users shall be able to create and show annotations on a image. I reviewed your implementation. The annotation structure is competible with W3C standards. This is significant part of the annotation implementation. Our backend team created discrete system for annotations as we desire.

You have handled API request in correct way. I also tested your implementation on user side. All functionalities work fine.

As a result, I will merge it. Thanks for your contribution.