diff options
Diffstat (limited to 'BACKLOG.md')
-rw-r--r-- | BACKLOG.md | 31 |
1 files changed, 15 insertions, 16 deletions
@@ -4,20 +4,23 @@ ## Issues +- only import the sass modules we actually need in App.vue + ## Stories -- usbat see a list of products -- usbat get detailed information on a single product -- usbat add various products to a cart -- usbat see items and prices of things in their cart -- usbat see their cart total -- usbat search for (filter out) products by name -- usbat sort products by price -- usbat sort products by type/category -- usbat check out their cart after shopping -- usbat select their method of payment -- usbat select their method of pickup/shipping -- usbat see inventory change after they checkout +- navigate between store, admin, and about +- see a list of products +- get detailed information on a single product +- add various products to a cart +- see items and prices of things in their cart +- see their cart total +- search for (filter out) products by name +- sort products by price +- sort products by type/category +- check out their cart after shopping +- select their method of payment +- select their method of pickup/shipping +- see inventory change after they checkout ## Tasks @@ -25,7 +28,3 @@ - create schema - seed db with initial data -# Notes - -- usbat = Users Should Be Able To - |