glenrobson / SimpleAnnotationServer

A simple IIIF and Mirador compatible Annotation Server
Apache License 2.0
97 stars 28 forks source link

Automatic storage of enriched manifests #97

Closed annalauraw closed 3 years ago

annalauraw commented 3 years ago

Is there any way to automate the following steps?

Goal: The annotated manifests can be searched for annotations without the user having to copy and paste JSON snippets manually. Would it be possible, for instance, to make a python script interact with the SAS in order to achieve this goal, similarly to the Batch downlading annotations (https://github.com/glenrobson/SimpleAnnotationServer/blob/master/doc/DownloadAnnotations.md)?

glenrobson commented 3 years ago

Ben's mockup:

sas-collection-ui-stage3-v06-share

glenrobson commented 3 years ago

Plans:

glenrobson commented 3 years ago

Ready for review.

glenrobson commented 3 years ago

Now complete in auth-testing branch.