diff options
author | Adam Carpenter <atc@53hor.net> | 2020-04-21 21:04:33 -0400 |
---|---|---|
committer | Adam Carpenter <atc@53hor.net> | 2020-04-21 21:04:33 -0400 |
commit | 6b7744a16c7bf321fb2874b54d49e3b954f618fa (patch) | |
tree | 6c705f888ed82441bf49b6ec93438b8e2acbf76a /BACKLOG.md | |
download | theglassyladies-6b7744a16c7bf321fb2874b54d49e3b954f618fa.tar.xz theglassyladies-6b7744a16c7bf321fb2874b54d49e3b954f618fa.zip |
init
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 + |