summaryrefslogblamecommitdiff
path: root/BACKLOG.md
blob: e21f8f3c54986706f011e227bee626abe8291ea5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                 

                                                          

          












                                              






                                   
# 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