Open Issues Need Help
View All on GitHubAI Summary: Add an admin feature to the Studentské koleje Vista PWA food ordering app allowing them to manually mark orders as paid. This is to handle situations where a student's payment is processed but they haven't received their QR code. The admin will need to update the order status and potentially print a confirmation.
AI Summary: Decide how to handle failed payments in a PWA food ordering app. The current issue is that an order is created even if payment fails, causing problems with order counting and potentially other logic. Two solutions are proposed: 1) Delete the failed order immediately upon payment failure, or 2) Allow the user to retry the payment. The task involves choosing the best solution and implementing it.
AI Summary: Determine the necessity of a QR code-based order cancellation feature for the Studentské koleje Vista food ordering PWA. If cancellation is required, design and implement a system allowing cancellations only through the admin panel, preventing user-initiated cancellations via QR code.