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 Display Notes to Harvested Metadata #177

Open
srappel opened this issue Jun 1, 2024 · 0 comments
Open

Add Display Notes to Harvested Metadata #177

srappel opened this issue Jun 1, 2024 · 0 comments

Comments

@srappel
Copy link
Member

srappel commented Jun 1, 2024

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:

  • Add unit tests.
  • Validate display_note field.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant