elearning/Backend/src/services
2026-01-23 13:16:41 +07:00
..
AdminCourseApproval.service.ts make admin approve api 2026-01-23 13:16:41 +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 protech 2026-01-22 16:22:33 +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 make admin approve api 2026-01-23 13:16:41 +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