feat: updade workspace

This commit is contained in:
thanhnv
2026-07-11 15:56:31 +09:00
parent 4fc72332f5
commit 193a449829
120 changed files with 868 additions and 350 deletions
@@ -73,14 +73,14 @@ tests/
└── unit/
# [REMOVE IF UNUSED] Option 2: Web application (when "frontend" + "backend" detected)
backend/
apps/okr/backend/
├── src/
│ ├── models/
│ ├── services/
│ └── api/
└── tests/
frontend/
apps/okr/frontend/
├── src/
│ ├── components/
│ ├── pages/
@@ -21,7 +21,7 @@ description: "Task list template for feature implementation"
## Path Conventions
- **Single project**: `src/`, `tests/` at repository root
- **Web app**: `backend/src/`, `frontend/src/`
- **Web app**: `apps/okr/backend/src/`, `apps/okr/frontend/src/`
- **Mobile**: `api/src/`, `ios/src/` or `android/src/`
- Paths shown below assume single project - adjust based on plan.md structure