kowalczj / shop24

Web commerce application implemented in Flask
GNU General Public License v3.0
0 stars 0 forks source link

Manage product inventory #2

Open kowalczj opened 4 years ago

kowalczj commented 4 years ago

As a warehouse employee, I want the product entry to allow me to enter inventory information, such as unit count. Inventory data will usually be entered with the shipments are received. This will typically be a large trailer full of an assortment of items, many of which will be boxed together by like item, e.g. a case of boxes of cereal from one producer, e.g. a case of an assortment of chocolates from one producer.

crisischris commented 4 years ago

This feels like its staying too far from the User and end goal. thoughts?

OSSAVIVI commented 4 years ago

I have a feeling that most likely we won't have time to get to this story, so perhaps we should just let this story be until we may(or may not) get to it and cross this bridge later if needed. What do you think?

kraynakr commented 4 years ago

Adding inventory information to products should be simple. Just add a quantity column to the products table. When an order is placed, the product inventory should be automatically decremented.