elearning/Backend/src/services
2026-01-19 14:14:59 +07:00
..
auth.service.ts add is_deactivated 2026-01-15 10:17:15 +07:00
categories.service.ts feat: implement category management API with CRUD operations for categories. 2026-01-15 16:53:13 +07:00
courses.service.ts feat: Implement instructor-specific course management with dedicated controller, service, types, and validation. 2026-01-16 15:43:14 +07:00
CoursesInstructor.service.ts feat: Introduce API endpoints and refactor service methods for adding, removing, listing, and setting primary course instructors. 2026-01-16 17:52:36 +07:00
CoursesStudent.service.ts feat: Implement student course management functionalities and standardize multi-language text types across course and category definitions. 2026-01-19 14:14:59 +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