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

Add fields for pulling location data from ArchivesSpace into Aeon #31

Open
AustinTSchaffer opened this issue Feb 5, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@AustinTSchaffer
Copy link
Contributor

The plugin does not currently pull in location data from the containers for each request. Top containers in ArchivesSpace can have multiple locations, so the plugin should concatenate fields for each container.

At the minimum, the plugin should pull in the location title, which should be enough to identify the location from Aeon. The title field in the location model is a (readonly) formatted string that contains the information from most of the other fields in the location model:

  • building
  • floor
  • room
  • area
  • barcode
  • classification
  • coordinate_1_label and coordinate_1_indicator
  • coordinate_2_label and coordinate_2_indicator
  • coordinate_3_label and coordinate_3_indicator

This field should be included as the field name instance_top_container_location_title, to go along with the other per-instance fields that start with instance_.

@AustinTSchaffer AustinTSchaffer added the enhancement New feature or request label Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant