summaryrefslogtreecommitdiff
path: root/BACKLOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'BACKLOG.md')
-rw-r--r--BACKLOG.md30
1 files changed, 0 insertions, 30 deletions
diff --git a/BACKLOG.md b/BACKLOG.md
deleted file mode 100644
index e21f8f3..0000000
--- a/BACKLOG.md
+++ /dev/null
@@ -1,30 +0,0 @@
-# Sprint 1
-
-# General Backlog
-
-## Issues
-
-- only import the sass modules we actually need in App.vue
-
-## Stories
-
-- 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
-
-- create a db
- - create schema
- - seed db with initial data
-