TorbatYar/docs/roadmap.md
Mortezakoohjani d579d0b142 feat(loyalty): add Loyalty Platform Frontend module
Add frontend/modules/loyalty with types, API client, design system, feature pages and thin App Router routes under app/loyalty/. BFF proxy at app/api/loyalty/. Include loyalty frontend docs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-27 10:50:55 +03:30

100 lines
4.8 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Roadmap
> Future only. Completed work → [progress.md](progress.md). Immediate milestone → [next-steps.md](next-steps.md).
## Near Term
1. Complete white-label runtime rendering (theme + public tenant paths)
2. First business module (preferred: Restaurant / digital menu)
3. Custom domain DNS/TXT verification
4. Advanced membership permissions & invites
## Mid Term
1. ~~Accounting module with Posting Engine~~ (Phases 5.15.11 done; 5.12 AI planned)
2. ~~CRM Service Foundation~~ (Phase 6.0 done)
3. ~~CRM Core Business Entities~~ (Phase 6.1 done)
4. ~~CRM Enterprise Sales Process Engine~~ (Phase 6.2 done)
5. ~~CRM Enterprise Sales Collaboration~~ (Phase 6.3 done — CRM Core Platform)
6. ~~Loyalty Service Foundation~~ (Phase 7.0 done)
7. ~~Loyalty Membership Engine~~ (Phase 7.1 done)
8. ~~Loyalty Point Engine~~ (Phase 7.2 done)
8a. ~~Loyalty Rewards Engine~~ (Phase 7.3 done)
8b. ~~Loyalty Campaign Engine~~ (Phase 7.4 done)
8c. ~~Loyalty Referral Engine~~ (Phase 7.5 done)
8d. ~~Loyalty Wallet~~ (Phase 7.6 done)
8e. Loyalty Gift Card Platform (Phase 7.7)
9. ~~Enterprise Communication Platform~~ (Phase 8.08.10 done — **Production Ready SMS MVP**; future channels → [communication-roadmap.md](communication-roadmap.md))
10. ~~Sports Center Platform Foundation~~ (Phase 9.0 done)
11. ~~Sports Center Membership Catalog~~ (Phase 9.1 done)
12. ~~Sports Center Member Management~~ (Phase 9.2 done)
13. Sports Center Coach & Staff Management (Phase 9.3)
14. ~~Delivery & Fleet Platform Registration~~ (DP-Reg done)
15. ~~Delivery Platform Foundation~~ (Phase 10.0 done)
16. ~~Delivery Driver Management~~ (Phase 10.1 done)
17. Delivery Fleet & Vehicle Types through Enterprise Validation (Phases 10.210.10)
18. ~~Experience Platform Registration~~ (XP-Reg done)
19. ~~Experience Platform Foundation~~ (Phase 11.0 done)
20. ~~Experience Sites & Page Resources~~ (Phase 11.1 done)
21. ~~Experience Component Library & Versioning~~ (Phase 11.2 done)
22. ~~Experience Theme & Layout Engine~~ (Phase 11.3 done)
23. ~~Experience Template System~~ (Phase 11.4 done)
24. Experience Localization through Enterprise Validation (Phases 11.511.10)
25. Further CRM / cross-module work only when explicitly scoped
26. Notification service as thin consumer of Communication (or merge later)
27. File storage + S3 provider
28. Payment gateway for subscriptions and commerce
29. ~~Healthcare Platform Registration~~ (HC-Reg done — docs only)
30. Healthcare Platform Foundation through Delivery Integration (Phases 13.013.7)
31. ~~Beauty Business Platform Registration~~ (BB-Reg done — docs only)
32. Beauty Business Platform Foundation through Marketing & Loyalty (Phases 14.014.7)
## Longer Term
1. Ecommerce → Marketplace
2. Live Chat + AI Assistant
3. Smart Messenger + SMS Panel
4. Automation engine on real message bus
5. Subscription & Entitlement as independent service
6. Compliance connectors (e.g. tax authority)
## Phase Areas
- [Accounting](phases/Accounting/README.md)
- [CRM](phases/CRM/README.md)
- [Loyalty](phases/Loyalty/README.md)
- [Communication Roadmap](communication-roadmap.md)
- [Restaurant](phases/Restaurant/README.md)
- [Sports Center](phases/SportsCenter/README.md)
- [Sports Center Roadmap](sports-center-roadmap.md)
- [Delivery](phases/Delivery/README.md)
- [Delivery Roadmap](delivery-roadmap.md)
- [Experience](phases/Experience/README.md)
- [Experience Roadmap](experience-roadmap.md)
- [Marketplace](phases/Marketplace/README.md)
- [Automation](phases/Automation/README.md)
- [AI](phases/AI/README.md)
- [Future](phases/Future/README.md)
- [Healthcare](phases/Healthcare/README.md)
- [Healthcare Roadmap](healthcare-roadmap.md)
- [Beauty Business](phases/BeautyBusiness/README.md)
- [Beauty Business Roadmap](beauty-business-roadmap.md)
Implementation of every future phase must follow the [Enterprise / AI Development Framework](ai-framework/README.md) ([ADR-013](architecture/adr/ADR-013.md), [ADR-018](architecture/adr/ADR-018.md), [ADR-019](architecture/adr/ADR-019.md)). Production readiness is automatic via Enterprise Phase Discovery, Definition of Done, mandatory artifacts, and enterprise completeness — no extra prompt required.
## Related Documents
- [Module Registry](module-registry.md)
- [Provider Registry](provider-registry.md)
- [Architecture Overview](architecture/architecture.md)
- [AI Development Framework](ai-framework/README.md)
- [Phase Manifest](ai-framework/phase-manifest.yaml)
- [Sports Center Roadmap](sports-center-roadmap.md)
- [ADR-014](architecture/adr/ADR-014.md)
- [ADR-015](architecture/adr/ADR-015.md)
- [Experience Roadmap](experience-roadmap.md)
- [Communication Roadmap](communication-roadmap.md)
- [ADR-016](architecture/adr/ADR-016.md)
- [Healthcare Roadmap](healthcare-roadmap.md)
- [Beauty Business Roadmap](beauty-business-roadmap.md)