Stephen Fraser
Stephen Fraser
Hmm, I wonder why the `Utils.traverseAndFind` was used before? Are there cases where a canvas needs to find a service that's not only inside the manifest? cc @edsilv
If you had 2 alternative sequences in the structures could each of those had their own "table of contents" and how would that be modelled? Similarly, what would a view...
Ah, is this perhaps the wrong issue for the multi-range + multi-sequence question? If it's content:av
With Presentation 3 is it possible to have a 3D model as a painting annotation? Similar to: https://biiif-template-example-3kntb3jpl-mnemoscene.vercel.app/3d/index.json ```json { "id": "https://biiif-template-example-3kntb3jpl-mnemoscene.vercel.app/3d/index.json/canvas/0", "type": "Canvas", "items": [ { "id": "https://biiif-template-example-3kntb3jpl-mnemoscene.vercel.app/3d/index.json/canvas/0/annotationpage/0", "type":...
@bencomp Do you think that structure would fit into ranges with each range having annotations on them? Perhaps annotation collections could be used at that point under the ranges to...
Ah collection of collections! Yes that makes sense.
There are a few manual steps you have to do to run this branch at the moment: * Drop existing search table manually (hopefully automatic in the future) * Add...
If you want to get something up and running quickly to test, you can use this stand-alone configuration: https://github.com/digirati-co-uk/madoc-config There are a few things that need to be built locally...
There's a quick node script that you can use to generate a new code: https://github.com/digirati-co-uk/madoc-config/blob/main/tools/install-code.js Which you can add to the docker compose / env
@dependabot rebase