duspeccoll / alma_integrations

API calls to push metadata from ArchivesSpace to the Alma API
18 stars 6 forks source link

make holdings behavior more like Alma #11

Closed jackflaps closed 4 years ago

jackflaps commented 4 years ago

Currently you only have to specify location codes (852$c), because in DU's implementation of Alma the building code (852$b) is just the first letter of the location code. To make the plugin adoptable by others, it should be possible to select building codes and location codes separately, with the latter a function of the former.

jackflaps commented 4 years ago

I guess if a location code can only belong to one building you don't need to provide the building code, you can just associate it with the location in the plugin configuration somehow. should check the alma docs to confirm

jackflaps commented 4 years ago

branch https://github.com/duspeccoll/alma_integrations/tree/issue_11 ready for testing

jackflaps commented 4 years ago

appears to be resolved by #14, closing