You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.
Books that are digitized should have a "view book" link on the detail page. Click "view book" to see a page with all the thumbnails for pages that were digitized.
Pages with annotations recorded in the database will have an indicator at the top right of the page for textual and graphical annotations.
Notes for development
Thumbnail view for a single book with indicators for annotation (from site flow)
The text was updated successfully, but these errors were encountered:
Should return a 404 for books with no associated digital edition (as well as for book slug not found)
Pages of a book can be accessed via digital edition canvases: book.digital_edition.canvases.all()
Each canvas has a iiif_image_id that can be used to display the image for the page.
To check if a canvas has associated annotations, you can use: canvas.annotation_set.count()
Textual/graphical annotation is based on the presence of content in the text field. To make this easy to access in the template, we'll probably want to extend the AnnotationQuerySet in django-annotator-store and add custom filters:
Notes for testing
Notes for development
Thumbnail view for a single book with indicators for annotation (from site flow)
The text was updated successfully, but these errors were encountered: