Samir Boulahtit
5be42c5907
feat: implement modular platform architecture (Phase 1)
Add module system for enabling/disabling feature bundles per platform.
Module System:
- ModuleDefinition dataclass for defining modules
- 12 modules: core, platform-admin, billing, inventory, orders,
marketplace, customers, cms, analytics, messaging, dev-tools, monitoring
- Core modules (core, platform-admin) cannot be disabled
- Module dependencies (e.g., marketplace requires inventory)
MenuService Integration:
- Menu items filtered by module enablement
- MenuItemConfig includes is_module_enabled and module_code fields
- Module-disabled items hidden from sidebar
Platform Configuration:
- BasePlatformConfig.enabled_modules property
- OMS: all modules enabled (full commerce)
- Loyalty: focused subset (no billing/inventory/orders/marketplace)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 21:42:44 +01:00
..
2026-01-13 20:36:01 +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
2026-01-24 21:28:46 +01:00
2026-01-24 19:49:40 +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
2026-01-24 21:49:58 +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
2026-01-23 14:31:23 +01:00
2026-01-02 19:16:35 +01:00
2026-01-06 22:40:10 +01:00
2026-01-11 17:52:28 +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
2025-12-25 12:27:12 +01:00
2026-01-11 17:52:28 +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
2026-01-11 17:52:28 +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
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
2026-01-11 17:52:28 +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
2026-01-13 20:37:34 +01:00
2025-12-27 13:30:52 +01:00
2026-01-19 18:42:30 +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
2025-12-13 22:59:51 +01:00
2026-01-11 19:44:59 +01:00
2025-12-27 10:25:36 +01:00
2026-01-11 17:52:28 +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
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