glenrobson / SimpleAnnotationServer

A simple IIIF and Mirador compatible Annotation Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snag list

glenrobson opened this issue · comments

Collection page

  • Add collection doesn’t add the collection straight away
  • Rename inbox to Default collection
  • Renaming collections doesn’t seem to work.
  • Hit the enter key to click OK.

Manifest page

  • Manifest link iiif logo and copy to clipboard
  • Default to last collection you were working on.

Share page

  • Make all enhanced links work over https

Search

  • Case sensitive search

It looks like the search isn't case sensitive but it only matches full words....

For https links you need to set the baseURI in the config.

  • Download annotations on Manifest page doesn't link to the correct annotation list...

https://dev.gdmrdigital.com/manifest.xhtml

  • Problem with listAnnoPages in that it needs to only get the annos for the current user.

src/main/webapp/manifest.xhtml

storeService.listAnnoPages(manifest)

  • Name is optional in Github so try and set account id if its not present.

Setting login from github rather than name.

  • Issue editing annotations. Editing fixed but now there is a caching issue.
  • Issue http collection name when clicking the edit in Mirador link.
    • Probably related to the https switch. Add a admin function to update all URIs with new base name.

All done I think