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

Don't Merge Display Date in Manifest Metadata #6050

Open
1 task
joncameron opened this issue Sep 24, 2024 · 0 comments
Open
1 task

Don't Merge Display Date in Manifest Metadata #6050

joncameron opened this issue Sep 24, 2024 · 0 comments
Assignees

Comments

@joncameron
Copy link
Contributor

joncameron commented Sep 24, 2024

Description

Un-combining the display date so it is two separate metadata values in the IIIF manifest.

Example

"Publication date: #{media_object.date_issued}" if media_object.date_issued.present?
"Creation date: #{media_object.date_created}" if media_object.date_created.present?

See https://github.com/avalonmediasystem/avalon/pull/6047/files/749215c386243e17037770743f8121f189657760#r1772058052

Done Looks Like

  • Manifest generation changed to include both date values if present as separate fields
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

2 participants