boston-library / commonwealth-vlr-engine

Commonwealth-VLR-Engine is a Rails engine for creating Blacklight apps that provide access to content from Solr/Fedora, packaging a number of feature-rich enhancements and modifications.
Apache License 2.0
8 stars 2 forks source link

update UniversalViewer to 4.* #89

Closed ebenenglish closed 9 months ago

ebenenglish commented 1 year ago

Current version is 3.0.22, we should investigate updating to version 4.*.

To be evaluated:

UV code is currently included in lib/generators/commonwealth_vlr_engine/templates/public/uv. This gets injected into downstream applications via the commonwealth_vlr_engine:install generator (see Install Instructions in README).

Book reader interface is rendered via app/views/image_viewer/book_viewer.html.erb

Example book reader interface using UV:

https://www.digitalcommonwealth.org/book_viewer/commonwealth:xk81nm690

Example IIIF manifest:

https://www.digitalcommonwealth.org/search/commonwealth:xk81nm690/manifest
ebenenglish commented 1 year ago

Potentially combine this issue here: https://github.com/boston-library/commonwealth-vlr-engine/issues/77

ebenenglish commented 9 months ago

Fixed via #98