sul-dlss / cocina-models

Cocina repository data model (implemented in Ruby)
https://sul-dlss.github.io/cocina-models/
3 stars 0 forks source link

Update CatalogLink definitions in cocina for FOLIO #561

Closed arcadiafalcone closed 1 year ago

arcadiafalcone commented 1 year ago

The catalogLink.catalog enumerated list should also include folio and previous folio.

The regex in catalogLink.catalogRecordId should apply only when the catalog is symphony or previous symphony. When the record is from FOLIO, it should match the patterns for both migrated and new instance HRIDs. Migrated from Symphony: /^a\d+$/ Migrated from Voyager: /^L\d+$/ Created in FOLIO: /^in\d+$/ (to be confirmed)

Presumably editing openapi.yml is sufficient(?)

ndushay commented 1 year ago

what remains for this? did it roll out on Monday with dependency updates? If so, close the ticket; if not, please indicate what is left.

mjgiarlo commented 1 year ago

@ndushay What remains is to cut a release of cocina-models and roll that out. I wanted to wait until after dep updates to do that. This is on my plate for this week.

mjgiarlo commented 1 year ago

This is now in production. Closing.