Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support totals property on Storage Collections (immediate child only) #136

Open
tomcrane opened this issue Nov 7, 2024 · 0 comments
Open

Comments

@tomcrane
Copy link

tomcrane commented Nov 7, 2024

See Slack thread
https://digirati.slack.com/archives/C06T47XGDV4/p1730990383618139?thread_ts=1730982673.141729&cid=C06T47XGDV4

The actual form of this in the docs is in this commit - https://github.com/dlcs/docs/commit/a624e9f34b8198d11f4168b8289bf8b64e29d0a2

and on the doc site - https://deploy-preview-2--dlcs-docs.netlify.app/api-doc/iiif#paging and below.

   "totals": {
      "childStorageCollections": 4,
      "childIIIFCollections": 0,
      "childManifests": 0,
      "descendantStorageCollections": 12,
      "descendantIIIFCollections": 6,
      "descendantManifests": 3412
   },

Ignore descendant*** for now, just leave these as 0 always.

the child*** properties are the immediate children, so where parent=x.

When this property appears on a IIIF Collection, childStorageCollections must obviously always be 0.

@donaldgray donaldgray changed the title Support totals property on Storage Collections and IIIF Collections Support totals property on Storage Collections and IIIF Collections (immediate child only) Dec 6, 2024
@donaldgray donaldgray changed the title Support totals property on Storage Collections and IIIF Collections (immediate child only) Support totals property on Storage Collections (immediate child only) Jan 13, 2025
@sarahos sarahos added the refined Identify refined tickets in backlog label Jan 17, 2025
@donaldgray donaldgray removed the refined Identify refined tickets in backlog label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants