Samir Boulahtit
c87bdfa129
feat: add configurable currency locale and fix vendor JS init
Currency Locale Configuration:
- Add platform-level storefront settings (locale, currency)
- Create PlatformSettingsService with resolution chain:
vendor → AdminSetting → environment → hardcoded fallback
- Add storefront_locale nullable field to Vendor model
- Update shop routes to resolve and pass locale to templates
- Add window.SHOP_CONFIG for frontend JavaScript access
- Centralize formatPrice() in shop-layout.js using SHOP_CONFIG
- Remove local formatPrice functions from shop templates
Vendor JS Bug Fix:
- Fix vendorCode being null on all vendor pages
- Root cause: page components overriding init() without calling parent
- Add parent init call to 14 vendor JS files
- Add JS-013 architecture rule to prevent future regressions
- Validator now checks vendor JS files for parent init pattern
Files changed:
- New: app/services/platform_settings_service.py
- New: alembic/versions/s7a8b9c0d1e2_add_storefront_locale_to_vendors.py
- Modified: 14 vendor JS files, shop templates, validation scripts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 21:26:12 +01:00
..
2025-12-25 00:30:33 +01:00
2025-09-09 21:27:58 +02:00
2025-12-06 18:34:41 +01:00
2025-12-21 14:12:02 +01:00
2025-12-21 21:01:43 +01:00
2025-12-13 22:59:51 +01:00
2025-12-06 18:34:41 +01:00
2025-12-26 21:01:01 +01:00
2025-11-28 19:30:17 +01:00
2025-12-06 19:55:23 +01:00
2025-12-31 22:03:50 +01:00
2025-11-28 19:30:17 +01:00
2025-12-26 20:51:13 +01:00
2025-11-28 19:30:17 +01:00
2025-12-26 20:51:13 +01:00
2025-12-24 23:41:20 +01:00
2025-12-21 21:07:18 +01:00
2025-12-13 22:59:51 +01:00
2025-11-28 19:30:17 +01:00
2025-12-28 20:27:20 +01:00
2026-01-02 19:16:35 +01:00
2025-12-06 18:34:41 +01:00
2025-12-27 22:08:40 +01:00
2025-12-31 22:03:50 +01:00
2025-12-25 22:21:14 +01:00
2025-12-25 12:27:12 +01:00
2025-12-31 22:03:50 +01:00
2026-01-01 18:22:51 +01:00
2025-12-24 18:23:49 +01:00
2026-01-02 20:31:48 +01:00
2025-12-20 23:01:59 +01:00
2025-12-13 22:59:51 +01:00
2025-12-13 22:59:51 +01:00
2025-12-31 22:03:50 +01:00
2025-10-11 12:14:49 +02:00
2025-11-28 19:30:17 +01:00
2025-12-21 14:08:31 +01:00
2025-12-21 21:01:14 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:30:17 +01:00
2025-12-28 09:13:16 +01:00
2026-01-01 18:28:54 +01:00
2025-12-20 20:33:48 +01:00
2026-01-02 20:31:48 +01:00
2025-11-28 19:30:17 +01:00
2025-12-26 20:51:13 +01:00
2025-12-27 13:30:52 +01:00
2026-01-02 21:26:12 +01:00
2025-12-28 18:10:18 +01:00
2025-12-13 14:51:10 +01:00
2025-11-28 19:30:17 +01:00
2025-12-13 22:59:51 +01:00
2025-12-27 10:25:36 +01:00
2025-12-26 20:51:13 +01:00
2025-12-06 18:34:41 +01:00
2025-12-13 22:59:51 +01:00
2025-12-31 18:48:59 +01:00
2025-12-06 18:34:41 +01:00
2025-12-25 12:58:00 +01:00
2025-12-13 22:59:51 +01:00
2025-12-25 20:29:44 +01:00
2025-12-06 18:34:41 +01:00