Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Admin] Queued API call during writing order history in POS page #29

Open
somnisomni opened this issue Nov 17, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@somnisomni
Copy link
Owner

somnisomni commented Nov 17, 2023

  • When clicking the "Confirm order" button on the POS page, the API call should be queued instead of a direct call.
  • When any API call is queued in the queue, process them sequentially.
  • API call queue should be defined and processed app-globally, not in the page component, to prevent queued API calls from being canceled and deleted after leaving the POS page.
  • This will improve API call reliability on low-quality networks like the mobile network in crowded event halls.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant