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

MMS Report for Catalog Synchronization #6615

Merged
merged 3 commits into from
Jan 23, 2025
Merged

MMS Report for Catalog Synchronization #6615

merged 3 commits into from
Jan 23, 2025

Conversation

tpendragon
Copy link
Contributor

@tpendragon tpendragon commented Jan 23, 2025

Closes #6544

I made a couple changes to the specified format to support multiple resources per BibID and to provide some info about what the "visibility" value means to the devs using this. An example:

{
"99125433518606421": [
    {
      "visibility": {
        "value": "open",
        "label": "open",
        "definition": "Open to the world. Anyone can view."
      },
      "portion_note": null,
      "iiif_manifest_url": "https://figgy-staging.princeton.edu/concern/raster_resources/9a3dd626-d169-49b4-b6eb-c21132d0bd32/manifest"
    }
  ],
  "9968666393506421": [
    {
      "visibility": {
        "value": "open",
        "label": "open",
        "definition": "Open to the world. Anyone can view."
      },
      "portion_note": null,
      "iiif_manifest_url": "https://figgy-staging.princeton.edu/concern/scanned_maps/4fbb471d-875f-486f-a867-12e70cf1501d/manifest"
    },
    {
      "visibility": {
        "value": "open",
        "label": "open",
        "definition": "Open to the world. Anyone can view."
      },
      "portion_note": null,
      "iiif_manifest_url": "https://figgy-staging.princeton.edu/concern/scanned_maps/2e0e6393-b928-486d-a9b1-ee91124cb212/manifest"
    },
    {
      "visibility": {
        "value": "open",
        "label": "open",
        "definition": "Open to the world. Anyone can view."
      },
      "portion_note": null,
      "iiif_manifest_url": "https://figgy-staging.princeton.edu/concern/scanned_maps/74943246-efe9-4747-94b3-943783cd03ae/manifest"
    }
  ]
}

Copy link
Member

@hackartisan hackartisan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@tpendragon tpendragon merged commit 481940b into main Jan 23, 2025
4 checks passed
@tpendragon tpendragon deleted the 6544-mms-report branch January 23, 2025 17:27
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

Successfully merging this pull request may close these issues.

Provide an endpoint to output manifest information for all MMS-ID Materials
3 participants