Samir Boulahtit
32acc76b49
feat: platform-aware storefront routing and billing improvements
Overhaul storefront URL routing to be platform-aware:
- Dev: /platforms/{code}/storefront/{store_code}/
- Prod: subdomain.platform.lu/ (internally rewritten to /storefront/)
- Add subdomain detection in PlatformContextMiddleware
- Add /storefront/ path rewrite for prod mode (subdomain/custom domain)
- Remove all silent platform fallbacks (platform_id=1)
- Add require_platform dependency for clean endpoint validation
- Update route registration, templates, module definitions, base_url calc
- Update StoreContextMiddleware for /storefront/ path detection
- Remove /stores/ from FrontendDetector STOREFRONT_PATH_PREFIXES
Billing service improvements:
- Add store_platform_sync_service to keep store_platforms in sync
- Make tier lookups platform-aware across billing services
- Add tiers for all platforms in seed data
- Add demo subscriptions to seed
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 23:42:41 +01:00
..
2026-02-12 23:10:42 +01:00
2026-02-10 19:17:51 +01:00
2026-02-12 23:10:42 +01:00
2026-02-14 16:46:56 +01:00
2026-02-23 23:42:41 +01:00
2026-02-13 21:52:41 +01:00
2026-02-23 23:42:41 +01:00
2026-02-19 16:56:25 +01:00
2026-02-12 23:10:42 +01:00
2026-02-19 16:56:25 +01:00
2026-02-23 23:42:41 +01:00
2026-02-12 23:10:42 +01:00
2026-01-28 22:19:41 +01:00
2026-02-23 00:24:11 +01:00
2026-02-14 22:56:56 +01:00