-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
W3C annotation standard #117
Comments
There are a lot of resources which can be used for implementing a feature in w3c annotation model. The first part of my comment is mainly for frontend team @bekir16 , @ramazanarslan I believe our android and frontend implementations should use same resources to display annotations created by each other, so we both need to agree which ones we will be using. After some research I think "Fragment Selector" (http://w3c.github.io/web-annotation/model/wd2/#fragment-selector) is most convenient item for our needs since we annotate part of image and text. I also think keeping text annotations value inside the annotations instead of creating a resource id like we do for images. I share a sample code snippet you can look into (There are 2 body items and 2 target items to show the differences for text and image, there will be one of each in actual annotation :) ) I believe we should finalize the format before implementing, so if you have anything to say, feel free to comment below.
The following part is for backend team @cburakaygun @mfbalin @eneskosr To clarify which memory-item we annotating the backend should provide IRI values of memory-title, memory-story, memory-media and comments. Also, I would be glad if you please provide seperate endpoint for uploading annotation-media and annotation. (Because I had a lot of problems sending memory-media with other contents when creating memory posts. So I believe sending both image and text at one request is not fully stable. Maybe problems occur with Android Library I use to send requests. Nevertheless I believe this way is more convenient). I believe you will create the 'id' , 'creator', 'created' and 'modified' elements so planning to form my request like below:
|
Hello @serdarada, Unfortunately, I saw your message just after I created an initial version of the Annotation Wiki Page today. Here are some notes to consider:
Also, I plan to implement a generic file-upload endpoint which can be used for uploading annotation media. Have you done any work on annotations that conflicts with any of the situations I mentioned above? Also, I would like to hear any comments/suggestions regarding this message. |
Hello @cburakaygun . I can adapt my work to be in accordance with your model. If we use api-endpoint for the related Memory-Post, in the case of Memory-Post have multiple Memory-Images how to we determine which image has been annotated? Also thanks for the generic file-upload. |
Api-endpoint will be used only for |
We need to make a research about which features in the W3C standard we need
https://www.w3.org/annotation/
The text was updated successfully, but these errors were encountered: