File tree Expand file tree Collapse file tree
courses/backend/events-startup-project Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ These clarifications define the minimum expectations for this project. They are
9999- A separate ` /search ` route is not required.
100100- ` PUT /api/cart/items/{itemId} ` and ` DELETE /api/cart/items/{itemId} ` should identify a specific cart line, not the event itself.
101101- In the default project route design, ` {itemId} ` is a single cart line identifier.
102- - If a student intentionally chooses a composite-key cart-line design, the route shape should be adjusted accordingly and documented clearly.
102+ - If a trainee intentionally chooses a composite-key cart-line design, the route shape should be adjusted accordingly and documented clearly.
103103- The cart line should store a reference to the related event.
104104
105105### Cart and Checkout Simplifications
You can’t perform that action at this time.
0 commit comments