end of day commit
This commit is contained in:
@@ -2,6 +2,18 @@ Stories:
|
||||
- Person moves to different table
|
||||
- Person tries to create list on occupied table
|
||||
- Person walks away without paying
|
||||
- Person checks out menu through qr scan
|
||||
- Other persion occupies the table by placing an order
|
||||
- Person tries to order something
|
||||
-> Is informed that the table is not occupied
|
||||
-> redirect to user_root_path
|
||||
- Person1 check out the products by scanning the Qr of an empty table
|
||||
- Person2 checks out the products by scanning the Qr of the same table
|
||||
- Person2 places order and gets the list
|
||||
- Person has an active list and creates an order
|
||||
- Supplier closes the list
|
||||
- Person submits order
|
||||
-> Cannot orde on closed list
|
||||
|
||||
Person actions:
|
||||
When list is open:
|
||||
@@ -42,3 +54,21 @@ Wireless wachtwoord via qr code
|
||||
|
||||
|
||||
handle closed list on list update for user list
|
||||
|
||||
Scan qr button:
|
||||
If table is not occupied:
|
||||
- if there is an open list
|
||||
- if the scan is of the same supplier
|
||||
- Offer to move table
|
||||
- else
|
||||
- Cannot perform action with open list
|
||||
- else
|
||||
View menu direct
|
||||
- When order is placed:
|
||||
- create list
|
||||
- add order to list
|
||||
- table is assigned to person (occupied)
|
||||
If table is occupied:
|
||||
- Offer to Join
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user