Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Windows81 authored Nov 11, 2023
1 parent b08604a commit 855f285
Showing 1 changed file with 29 additions and 35 deletions.
64 changes: 29 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,39 @@
As of 2022-07-06, I have no intention to bring this project back to the limelight. I designed Bring Back Buffets to address buffet closures dring Covid closures in early 2021. This was before vaccines were available. Though the codebase was complete enough to work somewhere between a development and a production environment, I was not successful in advertising to buffet owners.
*As of 2022-07-06, I have no intention to bring this project back to the limelight. I designed Bring Back Buffets to address buffet closures dring Covid closures in early 2021. This was before vaccines were available. Though the codebase was complete enough to work somewhere between a development and a production environment, I was not successful in advertising to buffet owners.*

---

## Let's _Bring Buffets Back to Business_ with an in-house mobile ordering solution!
<h1 align="center">Let's "Bring Buffets Back to Business" with an in-house mobile ordering solution!</h1>

1. Customer(s) request a table and pay up-front.
2. Cashier hands receipt to customers(s) with an order code and table number.
3. Customer(s) place their buffet orders on their mobile devices.
4. A server will make the requested order and bring it to the table.

## Example of Use
## Screenshots

### localhost:3000/cashier

<p align="center">
<img width="360px" src="screenshots/cashier_list.png" />
</p>

### localhost:3000/menu

<p align="center">
<img width="360px" src="screenshots/customer_init.png" />
<img width="30px" />
<img width="360px" src="screenshots/customer_code_entered.png" />
<img width="30px" />
<img width="360px" src="screenshots/customer_selection.png" />
<img width="30px" />
<img width="360px" src="screenshots/customer_confirmation.png" />
</p>

### localhost:3000/display

<p align="center">
<img width="640px" src="screenshots/expedite_order.png" />
</p>

## Files to Configure

### `./tble.csv`

Expand Down Expand Up @@ -43,33 +67,3 @@ Fried Squid,FRDSQUID,,sp.,https://farm3.staticflickr.com/2669/4189339625_93029fa
Cheese Wontons,CHZWNTON,,sp.,http://2.bp.blogspot.com/-W-c9y2E3c9E/UCBq6mrCnHI/AAAAAAAAD9A/f7fqM7L2YgA/w1200-h630-p-k-no-nu/IMG_3133.JPG
Sesame Balls,SESAMEBL,,sp.,http://2.bp.blogspot.com/_tbCqVl2yqf8/Sdfjr2TFUGI/AAAAAAAAAcg/D8DRET6u7wI/w1200-h630-p-k-no-nu/sesame+balls+003-2.jpg
```

### localhost:3000/cashier

<p align="center">
<img width="360px" src="screenshots/cashier_list.png" />
</p>

### localhost:3000/menu

<p align="center">
<img width="360px" src="screenshots/customer_init.png" />
</p>

<p align="center">
<img width="360px" src="screenshots/customer_code_entered.png" />
</p>

<p align="center">
<img width="360px" src="screenshots/customer_selection.png" />
</p>

<p align="center">
<img width="360px" src="screenshots/customer_confirmation.png" />
</p>

### localhost:3000/display

<p align="center">
<img width="640px" src="screenshots/expedite_order.png" />
</p>

0 comments on commit 855f285

Please sign in to comment.