Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Toppings, Pizzas to the Lists #8

Open
javajudt opened this issue Oct 21, 2019 · 0 comments
Open

Add Toppings, Pizzas to the Lists #8

javajudt opened this issue Oct 21, 2019 · 0 comments
Labels
approved Reviewed and approved for development or merge enhancement New user-facing feature hacktoberfest Good for Hacktoberfest ongoing An issue that will continually accept contributions time:small Estimated less than 4 hours ux Affects the user experience welcome Good for newcomers

Comments

@javajudt
Copy link
Member

Have a new topping or specific pizza you'd like to hear Alexa suggest? Please add it to the list! You can find the lists in the Repo.cs file.

Toppings and pizzas are organized by veggie/meat. Veggies are anything non-meat, including pineapple and cheese. A meat pizza can have meats and veggies or only meats. A veggie pizza has only veggie toppings.

Adding individual toppings is pretty straight forward. Add to the _meats and _veggies lists as appropriate. Adding a pre-built pizza is easy, too. If your pizza has at least one meat topping, put it in the _meatPizzas list. If all toppings are veggies, it goes in the _veggiePizzas list. Add the name of the pizza and a list of what goes on it so Alexa knows what to say!

This issue will remain open since new toppings and pizzas can always be added.

@javajudt javajudt added good first issue hacktoberfest Good for Hacktoberfest labels Oct 21, 2019
jordihereu added a commit to jordihereu/PizzaBuddy that referenced this issue Oct 21, 2019
- Adding 2 new pizzas, 5 new toppings
- Fixing compilation error (replace wrong {} by [] next to Hawaiian Elvis pizza)
@javajudt javajudt added approved Reviewed and approved for development or merge enhancement New user-facing feature ongoing An issue that will continually accept contributions time:small Estimated less than 4 hours ux Affects the user experience welcome Good for newcomers and removed good first issue labels Oct 27, 2019
jordihereu added a commit to jordihereu/PizzaBuddy that referenced this issue Oct 28, 2019
- Apply PR feedback, fix typos
- Minor cosmetic changes that VS was complaining about
javajudt pushed a commit that referenced this issue Oct 29, 2019
* #8 Add Toppings, Pizzas to the Lists

- Adding 2 new pizzas, 5 new toppings
- Fixing compilation error (replace wrong {} by [] next to Hawaiian Elvis pizza)

* #8 Add Toppings, Pizzas to the Lists

- Apply PR feedback, fix typos
- Minor cosmetic changes that VS was complaining about
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Reviewed and approved for development or merge enhancement New user-facing feature hacktoberfest Good for Hacktoberfest ongoing An issue that will continually accept contributions time:small Estimated less than 4 hours ux Affects the user experience welcome Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant