kowalczj / shop24

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

Customer Order History For Repurchasing #21

Open kowalczj opened 4 years ago

kowalczj commented 4 years ago

As a customer, I want to be able to view my past orders so that I can reorder specific items from those orders. If the product is a single-use item, I want to be able to quickly find the item in my history so that I can order it again.

crisischris commented 4 years ago

(estimation) 1 week. requires a UI for the user to dump the specified fields of the DB. simple link to the product should suffice to re-order.