-
Notifications
You must be signed in to change notification settings - Fork 1
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
Backfill missing versions in versions manifest. #908
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is necessary and it may actually complicate PURL as it has to understand nil dates now.
0b741d8
to
968d719
Compare
@justinlittman i've reversed myself from earlier. Since we want to show these "permanently withdrawn" versions on the purl page, we will need this. |
968d719
to
b0f5867
Compare
@jcoyne Fixed up and ready for review. |
"$schemaVersion" => 1, | ||
'head' => 3, | ||
'versions' => { | ||
'1' => { 'state' => 'permanently_withdrawn' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change purl? DSA also uses permanently_withdrawn and it would be nice to be consistent across systems.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, the original ticket specifies permanently_withdrawn
: sul-dlss/purl#1101
closes #907