mlibrary / heliotrope

Codebase for Fulcrum, a Samvera-based digital publishing platform built by the University of Michigan Library

Home Page:https://fulcrum.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Citation Location

conorom opened this issue · comments

We don't want to use the GeoNames-restricted based_near field from Hyrax::BasicMetadata for our Monograph citations. We'll use our own.

  • remove the geonames_username stuff from deployment scripts and config/initializers/hyrax.rb
  • add a single-value metadata field named location to Monograph
  • add this to the Monograph form as a required field, and label it "Publication Location"
  • override based_near_label in the MonographPresenter with the value from location
  • check that the value is picked up in the sample "CSB Citations" on the Monograph show page
  • Link it to the import CSV as "Pub Location"
  • test that CSV import/export use the field as expected