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.
We need two screens to manage collections:
In collection list we want to:
In collection details, we want to:
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.