Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suzukiryuichiro/food-delivery-1802


https://github.com/suzukiryuichiro/food-delivery-1802

Last synced: 1 day ago
JSON representation

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