You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pizza prices calculated dynamically from ingredients (rounded to 2 dp).
Discounts:
Birthday: 1 free cheapest pizza from the order + 1 free cheapest drink.
Loyalty: 10% off after customer has bought 10 pizzas (tracked over time).
One-time discount codes (single-use tracked).
Delivery:
Delivery personnel assigned to postcode areas.
Orders assigned to delivery person by customer's postcode.
Delivery person cooldown (30 minutes after a delivery).
Delivery status tracked and visible.
Business views (PizzaMenu, CustomerLoyalty, etc.) provide calculated/aggregated data.
About
A Flask-based web application for a pizza shop featuring an SQL database for managing orders, menus, and customers, with a simple and responsive website interface.