Skip to content

Instantly share code, notes, and snippets.

@SalSoloman
Last active January 22, 2018 19:41
Show Gist options
  • Save SalSoloman/5a72d371b9409c02f023d416cde608a4 to your computer and use it in GitHub Desktop.
Save SalSoloman/5a72d371b9409c02f023d416cde608a4 to your computer and use it in GitHub Desktop.
## Weekly Goal
This week I intend on working on the Pizza Database Store.
## Specs
Product/User Stories
+ Can track all customers and any relevant customer information, including but not limited to...
- customer ID
- name
- username/login details
- delivery address(es)
- phone number(s)
- payment methods on file (e.g., cash, credit, check - if credit, then the card number should also be stored)
+ Preferences & ingredients
- Can track each customer's pizza preferences
- Can track the ingredients that comprise each of these preferences (e.g., onions, ham, pineapple, anchovies, bacon, etc.)
+ Can track standard drinks, including...
- a product ID
- drink description
- manufacturer
- supplier
- price
- Can track pizza data:
- sizes (small, medium, large, extra large)
- types (thick or thin crust)
- ingredients (pepperoni, sausage, mushrooms, onions, cheese, etc.)
- price data for these pizza sizes and ingredients
- happy hour price discounts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment