Alex Ioannidis
Alex Ioannidis
```[tasklist] ### Tasks - [ ] https://github.com/zenodo/zenodo-rdm/issues/821 - [ ] https://github.com/zenodo/zenodo-rdm/issues/825 - [ ] https://github.com/zenodo/zenodo-rdm/issues/828 - [ ] https://github.com/zenodo/zenodo-rdm/issues/822 - [ ] https://github.com/zenodo/zenodo-rdm/issues/820 ```
```[tasklist] ### Tasks - [ ] Push latest changes in existing PRs ```
The solution will be to precompute [Pyramidal TIFF files](https://iipimage.sourceforge.io/documentation/images) that will be served by IIP Server.
Page images will be stored as media files.
Regular files, can currently store `metadata.{height,width}` (e.g. for images). We're planning to use media files to store the `annotations.json` WADM, and the page images for PDFs. Some properties we need...
- Expose page images in IIIF Manifest sequences - Order should be based on the `key` of each file
For a user to upload the annotations and page images they need to: - Have [permissions to upload media files](https://github.com/zenodo/zenodo-rdm/blob/3df362180491264ca41798ab68172265410a1644/site/zenodo_rdm/permissions.py#L210) - Perform the usual 3-step upload (init, upload content, commit)...
Since Matomo is setting cookies based in its response based on the `remember` and `forget` parameters, I think that we could rely on their cookies instead of setting setting our...