earmuff-jam / climate

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

Add / Remove inventory items from categories #130

Closed mohit2530 closed 3 months ago

mohit2530 commented 4 months ago

This feature is a bit heavy on the resource so we want to better manage it. The general idea is that we would want to allow users to select one or more inventory items and move then to a category. We do not want to let users add this option during adding an inventory as it populates more form information and users might get confused. We also want to support easy form inputs and refrain from making required values as it becomes a pain. We want to reduce that.

Acceptance Criteria

  1. The ux is not finalized, so we would want a ux for this before we begin.
  2. Selecting one or more items is possible. Selected items can be moved to categories. We can use any ux we want, but in general we want to display list of categories and list of items. This feature might be a little heavy. muiv5 has list transfer type of work done, so we might want to read that.
  3. Users can assign one item at a time, or bulk assign by selecting all or selecting many.
  4. Assigning items to categories is just for reporting purposes and graph related stuff. this is to allow users to categories their items and view reports on them. More details will follow as we start working on this ticket.
  5. We can even split this ticket if possible.