Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineLep committed Oct 10, 2023
1 parent 5ef281c commit 7f44796
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion todo.todo
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,17 @@
- authentication
- dynamodb
- cors
- cache
- cache
- New sample idea: restaurant ordering
- Register (email / pwd)
- cognito
- email
- See menu
- Reserving table (time, number of people) => table number allocation
- Paying

BDD
---
users (key, email, activation code, status (pending, active), role (customer, staff))
tables (number, capacity)
reservations (user, table, time, number of people, status (pending, aproved, cancelled))

0 comments on commit 7f44796

Please sign in to comment.