A PWA app for the Studentské koleje Vista on ordering food

4 Open Issues Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub
help wanted invalid question

A PWA app for the Studentské koleje Vista on ordering food

JavaScript

AI 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.

Complexity: 3/5
help wanted question

A PWA app for the Studentské koleje Vista on ordering food

JavaScript

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.

Complexity: 3/5
help wanted question

A PWA app for the Studentské koleje Vista on ordering food

JavaScript

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.

Complexity: 3/5
help wanted question

A PWA app for the Studentské koleje Vista on ordering food

JavaScript