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
..
2026-01-29 21:28:56 +01:00
2025-09-09 21:27:58 +02:00
2025-12-06 18:34:41 +01:00
2026-01-29 21:28:56 +01:00
2026-01-29 21:28:56 +01:00
2026-01-24 21:28:46 +01:00
2026-01-24 19:49:40 +01:00
2025-12-06 18:34:41 +01:00
2026-01-27 23:06:23 +01:00
2025-11-28 19:30:17 +01:00
2026-01-24 21:49:58 +01:00
2026-01-29 21:28:56 +01:00
2025-11-28 19:30:17 +01:00
2026-01-29 21:28:56 +01:00
2025-11-28 19:30:17 +01:00
2025-12-26 20:51:13 +01:00
2026-01-29 23:09:11 +01:00
2026-01-29 21:28:56 +01:00
2025-12-13 22:59:51 +01:00
2025-11-28 19:30:17 +01:00
2026-01-29 21:28:56 +01:00
2026-01-29 21:28:56 +01:00
2026-01-29 22:23:00 +01:00
2026-01-03 20:00:10 +01:00
2025-12-31 22:03:50 +01:00
2025-12-25 22:21:14 +01:00
2026-01-29 21:28:56 +01:00
2026-01-29 21:28:56 +01:00
2026-01-29 21:28:56 +01:00
2026-01-29 21:28:56 +01:00
2026-01-29 21:28:56 +01:00
2026-01-29 21:28:56 +01:00
2025-12-13 22:59:51 +01:00
2026-01-29 21:28:56 +01:00
2026-01-29 21:28:56 +01:00
2025-10-11 12:14:49 +02:00
2026-01-06 22:40:10 +01:00
2026-01-25 21:42:44 +01:00
2026-01-29 21:28:56 +01:00
2026-01-29 21:28:56 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:30:17 +01:00
2026-01-11 17:52:28 +01:00
2026-01-29 21:28:56 +01:00
2026-01-29 21:28:56 +01:00
2026-01-29 21:28:56 +01:00
2025-11-28 19:30:17 +01:00
2026-01-13 20:37:34 +01:00
2025-12-27 13:30:52 +01:00
2026-01-27 20:34:58 +01:00
2026-01-02 21:26:12 +01:00
2025-12-28 18:10:18 +01:00
2026-01-11 17:52:28 +01:00
2025-11-28 19:30:17 +01:00
2026-01-28 22:22:28 +01:00
2026-01-11 19:44:59 +01:00
2026-01-27 23:06:23 +01:00
2026-01-27 23:06:23 +01:00
2025-12-06 18:34:41 +01:00
2026-01-29 21:28:56 +01:00
2026-01-28 22:22:28 +01:00
2025-12-06 18:34:41 +01:00
2026-01-11 17:52:28 +01:00
2026-01-08 02:16:55 +01:00
2026-01-19 18:42:30 +01:00
2026-01-03 20:00:10 +01:00
2025-12-06 18:34:41 +01:00