-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63f6ff5
commit d7146d5
Showing
1 changed file
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,30 @@ | ||
# restaurant-oms | ||
restaurant order management system | ||
# Business Requirement: | ||
Develop a app which could handle order directly from the customers without the need of waitor taking the order and passing it to kitchen | ||
a. table order(directly) - configurable | ||
Each table will have a bar code scanner attached to it which can be scanned using a mobile phone or any smart device and the menu will appear to place the order | ||
Multiple people can scan the same code to place the order for the same table. | ||
First time, whosoever scans the code will be assigned as the admin/owner of the table and any subsequent scan need to be authorised by that person | ||
|
||
a1. table 1 | ||
-- person 1(admin) | ||
-- person 2 | ||
-- person 3 | ||
a2. table 2 | ||
... | ||
... | ||
b. online (expandable) - Configurable | ||
b1. Swiggy | ||
b2. Zomato | ||
b3. food panda | ||
b4. own app (highest priority amongst online orders) | ||
... | ||
... | ||
c. | ||
|
||
|
||
|
||
|
||
# Architecture | ||
## HLD | ||
======= | ||
|