summaryrefslogtreecommitdiff
path: root/BACKLOG.md
blob: 2a8c90a3710a2cb81b546ae35db286a5eceb2b50 (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
31
# Sprint 1

# General Backlog

## Issues

## 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

## Tasks

- create a db
	- create schema
	- seed db with initial data

# Notes

- usbat = Users Should Be Able To