-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Milestone
Description
As part of the weblecture migration, new metadata fields were added to the JSON model. These fields are not currently editable via the deposit form UI.
We need to define a way to update these fields post-migration.
Possible options:
-
Extend the deposit form
Include the new fields in the deposit form so users can edit them through the UI. -
Admin interface with editable JSON
Provide an administration view where the full record JSON can be displayed and directly edited by admins. -
Command-line editing
Write a recipe to modify the records programmatically.