diff options
Diffstat (limited to 'BACKLOG.md')
-rw-r--r-- | BACKLOG.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/BACKLOG.md b/BACKLOG.md new file mode 100644 index 0000000..2a8c90a --- /dev/null +++ b/BACKLOG.md @@ -0,0 +1,31 @@ +# Sprint 1 + +# General Backlog + +## Issues + +## 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 + +## Tasks + +- create a db + - create schema + - seed db with initial data + +# Notes + +- usbat = Users Should Be Able To + |