Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzukiryuichiro/food-delivery-1802
https://github.com/suzukiryuichiro/food-delivery-1802
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/suzukiryuichiro/food-delivery-1802
- Owner: SuzukiRyuichiro
- Created: 2024-10-31T10:18:18.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T13:34:13.000Z (2 months ago)
- Last Synced: 2024-11-09T09:39:41.129Z (about 2 months ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Food Delivery challenge solution
Each branch of the repository represents a snapshot of the codebase during the two-day progression.
In the current `lecture-day-two` branch, the implemented user actions are:
- [X] As an employee, I can log in
- [X] As a manager, I can add a new meal
- [X] As a manager, I can list all the meals
- [X] As a manager, I can add a new customer
- [X] As a manager, I can list all the customers
- [ ] As a manager, I can add a new order
- [ ] As a manager, I can list all the undelivered orders
- [ ] As a rider, I can mark one of my orders as delivered
- [ ] As a rider, I list all my undelivered orders