Phase 2 — Bug fix (required).
Admins report that when they edit a product, some changes don't stick. For example, updating
a product's stock returns OK but the value in the database never actually changes
(other fields such as price and description update correctly).
Tasks
Done when
- Editing any field (including stock) persists correctly
Phase 2 — Bug fix (required).
Admins report that when they edit a product, some changes don't stick. For example, updating
a product's stock returns
OKbut the value in the database never actually changes(other fields such as price and description update correctly).
Tasks
PUT /products/{id}and re-reading itDone when