From 6b7744a16c7bf321fb2874b54d49e3b954f618fa Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Tue, 21 Apr 2020 21:04:33 -0400 Subject: init --- BACKLOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 BACKLOG.md (limited to 'BACKLOG.md') diff --git a/BACKLOG.md b/BACKLOG.md new file mode 100644 index 0000000..2a8c90a --- /dev/null +++ b/BACKLOG.md @@ -0,0 +1,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 + -- cgit v1.2.3