bounswe / bounswe2024group8

6 stars 1 forks source link

Lab5 Pull Request - Implementation of W3C standard #277

Closed oguzkagnici closed 1 week ago

oguzkagnici commented 2 weeks ago

Summary

We have started implementing annotation feature, in accordance to W3C standard "Web Annotation Data Model". As of this lab, we have implemented repository and service layers. Furthermore, we have also documented details of our W3C standard of choice

Progress

Backend Implementation

Recent additions to backend can be seen from commits

Standard Documentation

Standard Document

Meeting Notes

Meeting Notes

oguzkagnici commented 2 weeks ago

Created AnnotationService and AnnotationRepository

yektaercul commented 2 weeks ago

Initially created the annotation entity in this pr

yektaercul commented 2 weeks ago

Added the service methods to AnnotationService

deniz6221 commented 2 weeks ago

Created annotation interfaces for frontend. Initialized selection logic

AliAlperenSonmez commented 2 weeks ago

Documentation is created: 275