elearning/Backend/src/services
2026-01-27 16:43:59 +07:00
..
AdminCourseApproval.service.ts make admin approve api 2026-01-23 13:16:41 +07:00
announcements.service.ts feat: enable file upload support for announcement creation with multipart form data handling. 2026-01-27 16:43:59 +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: Introduce announcements service, integrate MinIO for lesson media with presigned URLs, and restrict editing of pending courses. 2026-01-26 15:15:46 +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 feat: Introduce admin user management API with user listing, retrieval, account activation/deactivation, and case-insensitive role validation. 2026-01-15 14:09:14 +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