-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Items
Metadata
Controller
- Items::Metadata
ROUTES
- "/items/metadata"
- This view should be a list of metadata forms that the user can create new items with.
- "/items/metadata/:form_id"
- This view shows all the items that are associated with that form_id. Might have to look into pagination for this.
- "/items/metadata/dups(/:form_id)"
- This view shows the duplicate objects for the form.
- "/items/metadata/new"
- Redirect back to the main page and request the proper form Id.
- "/items/metadata/new/:form_id"
- Opens a new item for the form page using the form builder to build the form.
- "/items/metadata/:id/edit"
- Opens a specific Item in the form for editing.
- "/items/metadata/:id"
Digital Objects
Controller
- Items::DigitalObjects
Routes / Views
- "/items/digital_objects"
- This view should be a list of digital object forms that the user can create new items with.
- "/items/digital_objects/:form_id"
- This view shows all the items that are associated with that form_id. Might have to look into pagination for this.
- "/items/digital_objects/dups(/:form_id)"
- This view shows the duplicate objects for the form.
- "/items/digital_objects/new"
- Redirect back to the main page and request the proper form Id.
- "/items/digital_objects/new/:form_id"
- Opens a new item for the form page using the form builder to build the form.
- "/items/digital_objects/:id/edit"
- Opens a specific Item in the form for editing.
- "/items/digital_objects/:id"
- This should view the digital object and list all revisions.
- "/items/digital_objects/revisions/:id"
- Should open and show a specific revision.
Metadata
Metadata
Assignees
Labels
No labels