| Name | Message | Date |
|---|---|---|
| 📁 src | 1 day ago | |
| 📄 .gitignore | 3 days ago | |
| 📄 IMPROVEMENTS.md | 1 day ago | |
| 📄 README.md | 4 days ago | |
| 📄 Walley.Checkout.sln | 4 days ago |
📄
IMPROVEMENTS.md
Improvements
UnitPrice of OrderLine shouldn't be part of the API call, it should be looked up in DB based on ProductName (or even better an id).
Separate domain models from API. Right now we need to consider the shape of the API when updating the "domain" models.
Document all response types and status codes in the OpenAPI specification.