Back to Projects

Pizza Slice

OSS

Order management system with dynamic form generation and role-based workflow automation.

Pizza Slice
Overview

Order management system with dynamic form generation and role-based workflow automation.

Key Highlights
  • Built dynamic form generation system with WTForms, loading pizza configurations from JSON schemas for flexible menu management
  • Implemented role-based workflow system differentiating Staff and Customer capabilities with secure session management
  • Created real-time order calculations with automatic subtotal, delivery charges, and tax computations
  • Designed modular Flask architecture with separation of concerns across authentication, forms, and business logic
Screenshots
Pizza Slice screenshot 1
Tech Stack
FlaskPythonWTFormsJinja2Tailwind CSSJSON StorageSession Management
Project Info
Status
OSS
Category
web
What I'd Improve Next
  • Database migration from JSON to PostgreSQL
  • Payment gateway integration
  • Inventory management and stock tracking
  • Customer order history and loyalty program