https://github.com/mawkler/burgers
A simple order taking system for the course System Design with a User Perspective
https://github.com/mawkler/burgers
Last synced: about 2 months ago
JSON representation
A simple order taking system for the course System Design with a User Perspective
- Host: GitHub
- URL: https://github.com/mawkler/burgers
- Owner: mawkler
- Created: 2017-02-13T20:11:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T20:01:17.000Z (about 9 years ago)
- Last Synced: 2025-12-30T17:35:26.721Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.59 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# burgers
Instructions for Wermlands Pub by B-team
Before you can run the webiste, make sure you have npm and SASS installed.
```
Run 'make' to install all dependencies and start the server
```
##### For bartender taking orders. To add an order:
- Click on the items you want to add to the order.
- Choose the zone where the customer is seated in the bottom menu.
- If you want to change the amount of any item, use the '+' and '-' buttons beside the item.
- When you are done adding items, click on submit in the right menu.
- If you want to start over with an on-going order, press cancel.
##### For chef in kitchen:
To remove an order from queue:
- Click on the order you want to remove.
nom nom
