update first - 84

This commit is contained in:
thanhnv
2026-06-30 02:21:39 +09:00
commit 07ac1bdcdd
561 changed files with 88164 additions and 0 deletions
@@ -0,0 +1,19 @@
# Implementation Plan: OKR Web App
## Stack
NestJS, Prisma Client, SQLite, React, Vite, Tailwind, Zod, TanStack Query.
## Backend Modules
- auth: JWT login and cookie issuance.
- users: admin/manager user list.
- objectives: role-filtered list, detail, create.
- key-results: detail, create, progress update.
## Tests
- Backend service tests.
- Backend HTTP e2e tests.
- Golden regression test compares seeded manager objectives with backend/test/golden/objectives.manager.json.
- Rollback strategy restores changed artifacts from backups through rollback-manager.sh.
## Build
Run npm test and npm run build for backend and frontend.