# 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