Closed jamiefolsom closed 2 months ago
@SteveMarvin - For testing, there isn't much that's changed in the Core Data UI in terms of functionality, everything is handled behind the scenes, but it would probably be worth testing out the different types of web authorities to make sure we haven't broken anything.
So I have what appear to be working URLs for AtoM and Wikidata web authorities, but some authorities do not seem to require anything other than selecting the authority. Assuming that's correct, all I need is an API key for DPLA, the others require nothing.
Pending comment from Derek, I'm going to assume these are good.
After looking into the AtoM API, there doesn't appear to be a way to display the Fond/Series information without additional API calls. Here's an example payload from the
/api/informationobjects
endpoint:Instead of displaying this information when the results are retrieved from AtoM, Core Data will make requests to the AtoM API to gather this information when a
web_identifier
record is created. We've also updated the/public/instances
,/public/items
,/public/places
, and/public/works
API endpoints to include theweb_identifiers
attribute:This way, the user doing the data entry won't be able to see the Fonds/Series name, but we can use the
extra
attribute to display the information on the front-end.