https://github.com/samuelyuan/priorityq
A website that would reduce wait time for restaurants, by allowing users to see the number of customers currently waiting in line and making advance reservations.
https://github.com/samuelyuan/priorityq
Last synced: 3 months ago
JSON representation
A website that would reduce wait time for restaurants, by allowing users to see the number of customers currently waiting in line and making advance reservations.
- Host: GitHub
- URL: https://github.com/samuelyuan/priorityq
- Owner: samuelyuan
- License: mit
- Created: 2015-05-25T18:01:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T03:29:57.000Z (12 months ago)
- Last Synced: 2024-10-31T02:42:49.337Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 43.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PriorityQ
![]()
![]()
![]()
PriorityQ is designed to make waiting for restaurants as efficient as possible.
In the frontend, the site tells you if a restaurant is filled (tables available) and how long you have to wait (groups waiting). You can check this before you visit the restaurant. No need to go there only to find out it's full.
In the backend, the restaurants will update the information in real time. If there's available tables, assign customer to that table. If there's no open tables, the customer is added to a priority queue and as soon as a table is available for a customer, the customer is assigned to that table.