earmuff-jam / climate

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

Build the visualizer tool #145

Open earmuff-jam opened 3 months ago

earmuff-jam commented 3 months ago

Acceptance Criteria

  1. under forecast, below the low on stock component, we want to display the visualizer tool that lets the user see their progress of inventory stock. An example of this tool is to support scatter plots of how the inventory is being consumed. It is understandable that the quantity is not readily changed, and is not intuitive so this ticket also aims to resolve that.
  2. This tool will have default of 7days, but it should follow similar suite of maintenance plan. have same amount of days. We want to support custom date range too.
  3. the x-axis should be days, and y axis should be categories. Users can choose which category to view.
  4. More to follow. this is a huge feature request. we should focus on building an impressive feature for this.
earmuff-jam commented 3 months ago

Additional requirements.

  1. Add support for editing item from the inventory list. Should support price and quantity.
  2. Fix the issue where editing in the "edit inventory" page doesn't refresh / display fresh data until refresh.
  3. Add support to download inventory list from category, maintenance plan or even from "inventories" page. Download should be in excel, csv or "pdf" (check the requirements for pdf)