UWM-Libraries / GeoDiscovery

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.
https://geodiscovery.uwm.edu/
Apache License 2.0
0 stars 1 forks source link

Add Display Notes to Harvested Metadata #177

Open srappel opened 5 months ago

srappel commented 5 months ago

Implement support for display notes in the metadata harvested by opendataharvest and ensure the Rails application models and views handle this new field.

Tasks:

  1. Update Metadata Model:

    • Add display_note attribute in app/models/metadata.rb.
  2. Create Migration:

    • Generate and run migration to add display_note to the metadata table.
  3. Update Harvester Script:

    • Modify opendataharvest to include display_note when extracting metadata.
  4. Update Rails Application:

    • Adjust controllers and views to process and display display_note.

References:

Next Steps: