Anexin
Wilson
Home
Projects
Skills
Contact
Ping me
Back to Projects
Pizza Slice
OSS
Order management system with dynamic form generation and role-based workflow automation.
View Code
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
Tech Stack
Flask
Python
WTForms
Jinja2
Tailwind CSS
JSON Storage
Session 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