| Supervisor | Second Reader | Author | Assigned to |
| Gavin Russell | Frank Boehme | Oleksandr Shostak | Oleksandr Shostak |
Description https://project.cs.ucc.ie/project/1539
The goal of this project is to create a unified digital ecosystem that streamlines restaurant operations and enhances customer experience through QR-based interaction. It aims to simplify menu management, ordering, and payments while providing a fast, contactless, and user-friendly solution.
1. RestaurantDashboard(AdminSide):
• Upload menu items (name, price, description, image).
• Edit/update menu in real time.
2. CustomerApp(viaQRCode):
• User scans QR → gets menu page (mobile-first web app).
• Add items to cart, place an order.
• Pay with Stripe (Card/Apple Pay/Google Pay).
3. OrderManagement(RestaurantView):
• Admin sees incoming orders in dashboard.
• Orders have status: Pending → Accepted → Completed.
4. BasicDatabase:
• Store menu, orders, payments, user info (optional).