Citation Location
conorom opened this issue · 0 comments
conorom commented
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 andconfig/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 fromlocation
- 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