-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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_noteattribute inapp/models/metadata.rb.
- Add
-
Create Migration:
- Generate and run migration to add
display_noteto themetadatatable.
- Generate and run migration to add
-
Update Harvester Script:
- Modify
opendataharvestto includedisplay_notewhen extracting metadata.
- Modify
-
Update Rails Application:
- Adjust controllers and views to process and display
display_note.
- Adjust controllers and views to process and display
References:
Next Steps:
- Add unit tests.
- Validate
display_notefield.
Metadata
Metadata
Assignees
Labels
No labels