barsa
a23a5593f7
refactor(bff): restructure service architecture with clearer naming conventions
- Rename integration orchestrators to facades:
- WhmcsConnectionOrchestratorService → WhmcsConnectionFacade
- FreebitOperationsService → FreebitFacade
- SalesforceService → SalesforceFacade
- Rename module orchestrator:
- SimOrchestratorService → SimOrchestrator
- Rename aggregators for clarity:
- MeStatusService → MeStatusAggregator
- UserProfileService → UserProfileAggregator
- Move integration facades to dedicated facades/ folders:
- whmcs/facades/whmcs.facade.ts
- salesforce/facades/salesforce.facade.ts
- freebit/facades/freebit.facade.ts
This establishes clearer architectural boundaries between:
- Facades: unified entry points for integration subsystems
- Orchestrators: coordinate workflows across multiple services
- Aggregators: read-only data composition from multiple sources
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 18:50:52 +09:00
..
2025-09-26 17:02:36 +09:00
2025-12-25 17:30:02 +09:00
2025-12-12 18:44:26 +09:00
2026-01-15 18:50:52 +09:00
2026-01-14 16:25:06 +09:00
2025-12-12 16:42:54 +09:00
2025-10-08 18:48:14 +09:00
2026-01-15 16:31:15 +09:00
2025-12-25 15:48:57 +09:00
2025-12-25 15:48:57 +09:00