Last active
January 22, 2018 19:41
-
-
Save SalSoloman/5a72d371b9409c02f023d416cde608a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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