Samir Boulahtit
309104292d
refactor(cleanup): delete legacy storefront routes, convert cart to re-exports
Phase 6 of storefront restructure plan - delete legacy files and convert
remaining cart files to re-exports.
Deleted legacy storefront route files (now served from modules):
- app/api/v1/storefront/auth.py (→ customers module)
- app/api/v1/storefront/profile.py (→ customers module)
- app/api/v1/storefront/addresses.py (→ customers module)
- app/api/v1/storefront/carts.py (→ cart module)
- app/api/v1/storefront/products.py (→ catalog module)
- app/api/v1/storefront/orders.py (→ orders/checkout modules)
- app/api/v1/storefront/messages.py (→ messaging module)
Converted legacy cart files to re-exports:
- models/schema/cart.py → app.modules.cart.schemas
- models/database/cart.py → app.modules.cart.models
- app/services/cart_service.py → app.modules.cart.services
This reduces API-007 violations from 81 to 69 (remaining violations
are in admin/vendor routes - separate migration effort).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 23:09:11 +01:00
..
2025-12-04 23:26:03 +01:00
2026-01-28 22:19:41 +01:00
2025-12-04 23:26:03 +01:00
2026-01-11 19:44:59 +01:00
2026-01-28 22:19:41 +01:00
2026-01-01 12:58:09 +01:00
2026-01-13 20:36:53 +01:00
2026-01-11 19:44:59 +01:00
2026-01-08 02:50:06 +01:00
2026-01-05 22:38:10 +01:00
2025-12-25 17:17:09 +01:00
2026-01-28 23:04:00 +01:00
2025-12-26 20:56:22 +01:00
2026-01-29 23:09:11 +01:00
2026-01-09 22:44:16 +01:00
2025-11-23 09:39:27 +01:00
2026-01-11 19:44:59 +01:00