Created module for orderView
....displays pizzas with id, crust, sauce, toppings and cheese
...displays tip
...displays total price including tip and delivery fee if applicable
Created module for pizza - this renders details and alters total price
created module for pizzaToppings - this renders toppings list only
Added if statement to display “none” if no toppings are selected
Added "AddPizza" button
Added "Edit Button"
Added deliverer name to order list view with new module "Deliverer"
Created module for orderView ....displays pizzas with id, crust, sauce, toppings and cheese ...displays tip ...displays total price including tip and delivery fee if applicable Created module for pizza - this renders details and alters total price created module for pizzaToppings - this renders toppings list only
Added if statement to display “none” if no toppings are selected Added "AddPizza" button Added "Edit Button"
Added deliverer name to order list view with new module "Deliverer"