Closed canatakan closed 1 year ago
With commit f2ed583f946b1844375d89627e80bf35a8cbceae, GET /annotations endpoint has been integrated.
With commit 2904acabe549eb4d0abd9ad2b37ad6a2c60bdd84, POST /annotations endpoint has also been integrated.
In the POST
enpoint implementation while creating the annotation object, we decided to put the link of the image as the source
(e.g. https://ideart.tk/api/image/95).
I also followed the application/ld+json
Content Type while communicating with the annotation server, as it required.
Hello @atillaturkmen, I have created the pull request and added you as a reviewer. I also resolved the conflicts emerging from various pull requests being merged.
The code in dev/android/image-annotation-network
has been finalized. Please add your review and merge the pull request if everything is okay. Thank you!
Definition
The implementation of Image Annotation UI was completed with:
610
524
507 (tracking issue)
Using the infrastructure created with the implementation mentioned above, I shall complete the network integrations for the Image Annotation functionalities.
Annotation Structure
Our annotations are stored in the back-end as below, complying with the W3C's annotation standards:
Tasks
This issue includes these main tasks:
GET /annotations
endpointPOST /annotations
endpointTo build the mentioned annotation object, I shall use the already created json object in #507, parsing and arranging it.
Deadline: 27/12/2022 02:00 Reviewer: @atillaturkmen