From 6e787a89e0c40f42d51681c960a18818650646b7 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Thu, 23 Apr 2020 08:07:35 -0400 Subject: switched back to js, added navbar with burger toggle --- BACKLOG.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'BACKLOG.md') 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 - -- cgit v1.2.3