You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.The text was updated successfully, but these errors were encountered: