AGSL GeoDiscovery is an online geoportal that provides discovery and access to geospatial data for American Geographical Society Library patrons including open and restricted data in AGSL collections as well as data harvested from the OpenGeoMetadata project.
Implement support for display notes in the metadata harvested by opendataharvest and ensure the Rails application models and views handle this new field.
Tasks:
Update Metadata Model:
Add display_note attribute in app/models/metadata.rb.
Create Migration:
Generate and run migration to add display_note to the metadata table.
Update Harvester Script:
Modify opendataharvest to include display_note when extracting metadata.
Update Rails Application:
Adjust controllers and views to process and display display_note.
Implement support for display notes in the metadata harvested by
opendataharvest
and ensure the Rails application models and views handle this new field.Tasks:
Update Metadata Model:
display_note
attribute inapp/models/metadata.rb
.Create Migration:
display_note
to themetadata
table.Update Harvester Script:
opendataharvest
to includedisplay_note
when extracting metadata.Update Rails Application:
display_note
.References:
Next Steps:
display_note
field.