Scaffold frontend/modules/loyalty with types, API client, design system, feature pages, and thin App Router routes. Wire all screens to backend Loyalty service via BFF proxy. Add loyalty docs and update progress. Co-authored-by: Cursor <cursoragent@cursor.com> |
||
|---|---|---|
| .. | ||
| accounting | ||
| ai_assistant | ||
| communication | ||
| crm | ||
| ecommerce | ||
| file_storage | ||
| hospitality | ||
| identity-access | ||
| link_shortener | ||
| live_chat | ||
| loyalty | ||
| notification | ||
| restaurant | ||
| smart_messenger | ||
| sms_panel | ||
| sports_center | ||
| website_builder | ||
| README.md | ||
services/ — Backend Modules
This folder holds deployable backend services beyond Core.
| Service | Status | Docs |
|---|---|---|
identity-access/ |
Active | README, module registry |
accounting/ … others |
Scaffolded placeholders | Per-service README + module registry |
Architecture rules
- Database-per-service with
tenant_idon business tables. - Inter-service communication only via REST, Webhook, Async Event, Outbox/Inbox.
- No direct cross-database queries.
- Register modules/providers in docs when implementation starts.
Contracts: docs/reference/services-contracts.md
Boundaries: docs/architecture/module-boundaries.md