update
This commit is contained in:
5
doc/core-apps/cart/features.md
Normal file
5
doc/core-apps/cart/features.md
Normal file
@@ -0,0 +1,5 @@
|
||||
- cart
|
||||
- per-user shopping cart, read/write items
|
||||
- routes: GET /cart, POST /cart/items, PUT /cart/items/{id}, DELETE /cart/items/{id}
|
||||
- depends on: core, auth, catalog
|
||||
- room for growth: guest cart (session-based), merge guest cart into user cart on login, saved carts / wishlists, price snapshotting at add-time
|
||||
3
doc/core-apps/cart/specs.md
Normal file
3
doc/core-apps/cart/specs.md
Normal file
@@ -0,0 +1,3 @@
|
||||
- __init__.py (router, on_load)
|
||||
- models.py (Cart, CartItem)
|
||||
- manifest.yaml
|
||||
Reference in New Issue
Block a user