TorbatYar/frontend/docs/README.md
Mortezakoohjani 6f4a484051 Migrate Beauty, Healthcare, and Accounting frontend to modular src/modules architecture.
Move business logic out of App Router into module packages, add boundary validation scripts, and keep all routes as thin re-exports without changing URLs or API behavior.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-26 22:28:27 +03:30

25 lines
1.1 KiB
Markdown

# `frontend/docs/`
Architecture and audit documentation for the TorbatYar SuperApp frontend.
## Documents
| File | Description |
|------|-------------|
| [frontend-architecture.md](./frontend-architecture.md) | **Canonical architecture reference** (Phase 1+) |
| [beauty-migration-report.md](./beauty-migration-report.md) | Beauty module migration (completed) |
| [frontend-migration-plan.md](./frontend-migration-plan.md) | Phased migration roadmap |
| [frontend-architecture-audit.md](./frontend-architecture-audit.md) | Pre-migration enterprise audit |
| [module-boundaries.md](./module-boundaries.md) | Import rules and module ownership |
| [shared-components-report.md](./shared-components-report.md) | Design system inventory |
| [dependency-report.md](./dependency-report.md) | npm and API client analysis |
| [import-report.md](./import-report.md) | Import pattern analysis |
| [refactor-risk-analysis.md](./refactor-risk-analysis.md) | Refactor risk matrix |
## Directory scaffolds
Shared and module architecture READMEs live alongside code:
- [../modules/README.md](../modules/README.md)
- [../shared/README.md](../shared/README.md)