Skip to content

Items (Metadata and Digital Objects) #24

@ddavisgraphics

Description

@ddavisgraphics

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions