blob: e21f8f3c54986706f011e227bee626abe8291ea5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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
|