Commit Graph

4 Commits

Author SHA1 Message Date
Yamen Ahmad
6df81afbf4 feat: add GET /api/exam/custom/list endpoint for Exams List page
- Lists custom exams with pagination, search, and status filter
- Returns exam sections for module badge display

Made-with: Cursor
2026-04-12 11:07:38 +04:00
Yamen Ahmad
c661a187e7 fix: correct ELAI API payload format for video generation
Use proper slide structure with canvas, avatar object, and voice settings
to match ELAI API requirements.

Made-with: Cursor
2026-04-12 02:47:53 +04:00
Yamen Ahmad
69d8a7c52f fix: resolve all QA/UAT report issues (P0-P3)
Made-with: Cursor
2026-04-12 01:34:00 +04:00
Yamen Ahmad
982d4bca30 feat: initial backend codebase — EnCoach v3
Complete Odoo 19 backend with 25 custom addons:
- encoach_core: user/entity/role management
- encoach_api: REST API + JWT auth
- encoach_ai: OpenAI integration, AI settings, generation
- encoach_ai_course: AI-powered English & IELTS course generation
- encoach_exam_template/session: exam creation, structures, sessions
- encoach_scoring: AI auto-grading + manual approval
- encoach_vector: pgvector RAG integration
- encoach_adaptive: adaptive learning engine
- encoach_placement: placement testing
- encoach_taxonomy/resources: content taxonomy & resource management
- Plus 14 more modules for courses, branding, portal, etc.

Includes docs: user guide, generation report, developer workflow.

Made-with: Cursor
2026-04-11 15:44:20 +04:00