Skip to content

Commit

Permalink
updated README file
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhagrdev committed Aug 13, 2023
1 parent 63f6ff5 commit d7146d5
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions README.md
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
=======

0 comments on commit d7146d5

Please sign in to comment.