Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
fredimachado committed May 26, 2024
1 parent 23b41f0 commit ea94e66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ I wrote some documentation below for those who are starting on this journey. I h
- [x] Cashier should be able to add the customer name to the order
- [x] Cashier should be able to add multiple products to the same order
- [x] Barista should be able to see the name of the customer and products/quantities
- [x] Add timestamp to orders so barista sees in correct order
- [x] Cashier should be able to remove products from the order
- [ ] Cashier should be able to cancel order
- [ ] Make sure we always publish OrderPlaceMessage when Cashier places an order (Outbox?)
- [ ] Use a database for the read models (projections)
- [ ] Move projection services to their own microservice so reads and writes are separate
- [ ] Add timestamp to orders so barista sees in correct order
- [ ] Admin should be able to edit products
- [ ] Admin should be able to delete products

Expand Down

0 comments on commit ea94e66

Please sign in to comment.