elearning/Backend/src/controllers
2026-01-28 17:08:44 +07:00
..
AdminCourseApprovalController.ts make admin approve api 2026-01-23 13:16:41 +07:00
announcementsController.ts feat: enable file upload support for announcement creation with multipart form data handling. 2026-01-27 16:43:59 +07:00
AuthController.ts feat: Add instructor registration endpoint and rename student registration to learner registration. 2026-01-19 07:30:28 +00:00
CategoriesController.ts refactor: Standardize type naming conventions and file casing for course and category types. 2026-01-20 07:13:59 +00:00
ChaptersLessonInstructorController.ts feat: Implement granular API for video upload/update and attachment management with dedicated types and endpoints. 2026-01-26 17:23:26 +07:00
CoursesController.ts feat: update getCourseById endpoint to return single course response type and improve error handling. 2026-01-28 17:08:44 +07:00
CoursesInstructorController.ts feat: add dedicated thumbnail upload endpoint for courses with old file cleanup and presigned URL generation. 2026-01-28 16:47:08 +07:00
CoursesStudentController.ts add check quizz for student 2026-01-22 17:30:35 +07:00
LessonsController.ts feat: Implement granular API for video upload/update and attachment management with dedicated types and endpoints. 2026-01-26 17:23:26 +07:00
UserController.ts feat: implement avatar upload functionality with presigned URL support for user profiles and announcement attachments. 2026-01-28 11:49:11 +07:00
UsermanagementController.ts feat: implement category management API with CRUD operations for categories. 2026-01-15 16:53:13 +07:00