Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Items (Metadata and Digital Objects) #24

Open
17 tasks done
ddavisgraphics opened this issue Sep 3, 2020 · 0 comments
Open
17 tasks done

Items (Metadata and Digital Objects) #24

ddavisgraphics opened this issue Sep 3, 2020 · 0 comments

Comments

@ddavisgraphics
Copy link
Contributor

ddavisgraphics commented Sep 3, 2020

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.
@ddavisgraphics ddavisgraphics changed the title Items Items (Metadata and Digital Objects) Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant