elearning/Backend/src/services
2026-01-28 15:01:48 +07:00
..
AdminCourseApproval.service.ts make admin approve api 2026-01-23 13:16:41 +07:00
announcements.service.ts feat: implement avatar upload functionality with presigned URL support for user profiles and announcement attachments. 2026-01-28 11:49:11 +07:00
auth.service.ts feat: Add instructor registration endpoint and rename student registration to learner registration. 2026-01-19 07:30:28 +00:00
categories.service.ts refactor: Standardize type naming conventions and file casing for course and category types. 2026-01-20 07:13:59 +00:00
ChaptersLesson.service.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
courses.service.ts add filter APPROVED to couse to see olny APPROVED course 2026-01-23 11:29:46 +07:00
CoursesInstructor.service.ts feat: add thumbnail upload support to course creation endpoint with multipart form data handling. 2026-01-28 14:38:11 +07:00
CoursesStudent.service.ts add filter APPROVED to couse to see olny APPROVED course 2026-01-23 11:29:46 +07:00
user.service.ts refactor: simplify avatar deletion logic and improve error handling in user service. 2026-01-28 15:01:48 +07:00
usermanagement.service.ts refactor: Update deactivateAccount to accept user ID directly instead of a JWT token. 2026-01-16 11:20:42 +07:00