Yamen Ahmad
99bd10a279
feat: add assignments and rubrics API endpoints
...
- GET/POST /api/assignments - list and create exam assignments
- GET /api/rubrics - list rubrics from encoach.rubric model
- POST /api/rubrics - create rubrics
Made-with: Cursor
2026-04-12 11:25:00 +04:00
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
953879d19a
fix: correct ELAI render URL and split long scripts into multiple slides
...
Made-with: Cursor
2026-04-12 03:31:45 +04:00
Yamen Ahmad
15aab279ec
fix: add proper error handling for AI generation and log failures
...
Made-with: Cursor
2026-04-12 03:19:30 +04:00
Yamen Ahmad
4b14f5f776
fix: trigger ELAI render after video creation and improve status response
...
Made-with: Cursor
2026-04-12 02:59:43 +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