Skip to content

Implement collection management screens #244

@benoit74

Description

@benoit74

We need two screens to manage collections:

  • a collection list view to display all collection
  • a collection details view to display collection details

In collection list we want to:

  • show a (paginated) list of existing collections
  • show this view in the top menu (after titles and before yet-to-come "Users")
  • have a "Create collection" button with a popup to create a new collection

In collection details, we want to:

  • show all collection properties
  • have an "edit collection" popup to alter an existing collection content

For now it will be impossible to delete a collection from the UI.

Obviously means we need to API endpoint (create and alter collections, list warehouses, ...)

Feel free to split if this is just too big for a single PR.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions