summaryrefslogtreecommitdiff
path: root/BACKLOG.md
diff options
context:
space:
mode:
authorAdam Carpenter <atc@53hor.net>2020-04-23 08:07:35 -0400
committerAdam Carpenter <atc@53hor.net>2020-04-23 08:07:35 -0400
commit6e787a89e0c40f42d51681c960a18818650646b7 (patch)
tree5edad46e2dec72ebe5d00a4a7d53263b1d4d076e /BACKLOG.md
parentbe3b6030b4175f6c06d20dae8470b4a44a1befea (diff)
downloadtheglassyladies-6e787a89e0c40f42d51681c960a18818650646b7.tar.xz
theglassyladies-6e787a89e0c40f42d51681c960a18818650646b7.zip
switched back to js, added navbar with burger toggle
Diffstat (limited to 'BACKLOG.md')
-rw-r--r--BACKLOG.md31
1 files changed, 15 insertions, 16 deletions
diff --git a/BACKLOG.md b/BACKLOG.md
index 2a8c90a..e21f8f3 100644
--- a/BACKLOG.md
+++ b/BACKLOG.md
@@ -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
-