- Rujula Biranje (Mech)
- Priya Kulkarni (Instru)
- Shreeya Joshi (IT)
- Pooja Kawate (IT)
Enterprise Systems & Process Optimization
A smart canteen queue management system that calculates waiting time for each customer based on pending orders and food preparation time.
- 🔐 Role-based login (Admin & User)
- ⏱️ Real-time waiting time calculation
- 📦 Stock availability tracking
- 🗳️ Admin voting polls for unavailable items
- 📋 Order queue management with Priority Queue (VIP)
| Feature | DSA Used |
|---|---|
| Order Queue | Min-Heap Priority Queue |
| Stock Check | Hash Map |
| Wait Time | Prefix Sum |
| Poll Votes | Hash Map + Set |
- Backend: Deno + TypeScript + Supabase
- Frontend: React + Vite + Tailwind CSS
cd calculate-queue deno task start
cd canteen-frontend npm install npm run dev