- ENCOACH_UNIFIED_SRS.md v2.0: updated header, added 8 new Part VIII-B
sections (student leave, fees, lessons, gradebook, student progress,
library, activities, facilities), extended permissions with roles CRUD
and authority matrix, updated tech specs (93 pages, ~377 API routes,
41 modules), added implementation traceability to all sections
- ENCOACH_ODOO19_BACKEND_SRS.md v3.0: updated status to implemented,
added beyond-SRS features section, updated module count to 41,
endpoint count to ~377
- ODOO_DEVELOPER_HANDOFF.md: rewritten with current repo references
and implementation status
- ENCOACH_SYSTEM_FEATURES_GUIDE.md: added system features guide
- Superseded notices added to ODOO_BACKEND_SRS_v3.md,
ODOO_MIGRATION_SRS_v2.md, ODOO_MIGRATION_SRS.md,
ODOO_MIGRATION_FRONTEND_SRS.md, MATH_IT_ADAPTIVE_LEARNING_SRS.md
Made-with: Cursor
Multi-stage build: Node 18 builds the Vite app, nginx serves
the static output. Nginx config proxies /api/ to the backend
container and handles SPA client-side routing with try_files.
Build args VITE_API_BASE_URL and VITE_APP_NAME are configurable
at build time via docker build --build-arg.
Made-with: Cursor
Full React 18 + TypeScript + Vite frontend with:
- 90+ pages (admin, student, teacher, public)
- shadcn/ui component library with 50+ components
- JWT authentication with role-based access control
- TanStack React Query for server state management
- 30+ API service modules
- AI-powered features (coaching, grading, generation)
- Adaptive learning UI (diagnostics, proficiency, plans)
- Institutional LMS management (courses, batches, timetable)
- Communication suite (discussions, announcements, DMs)
- Full CRUD with validation and confirmation dialogs
Made-with: Cursor
Infrastructure files for staging deployment pipeline.
The post-receive hook on the staging server will build and
deploy automatically when PRs are merged to main.
Made-with: Cursor