earmuff-jam / climate

Climate is designed to aide you with your item management.
https://climate-theta.vercel.app/
0 stars 0 forks source link

Viewing a list of inventories #128

Closed mohit2530 closed 3 months ago

mohit2530 commented 4 months ago

Selecting the breadcrumb navigation under Bookmarked Inventories should redirect the users to single inventory list with params of list. Selecting this should display a list of items. Currently, the only use we have for a single inventory item is for editing the selected inventory and would be a part of a different ticket.

Acceptance Criteria

  1. When the breadcrumb is selected, list of inventories are displayed with concise information. If the user selects view more like how we have in the main landing page, the user can view list of items in the left aligned drawer like how the user can see bookmarked items. Selecting an inventory item by clicking it.
  2. Selected inventory should have an option to edit, but can only be present when 1 item is selected. The button should not be present if more are selected, We need to find a ux that supports this logic before building the platform first.
  3. Selecting multiple is possible. If multiple is selected, editing is refrained, but deleting is allowed. delete icon should populate at the top level to avoid confusion or on the individual item. We will wait for ux to decide on this.