elearning/Backend/src/services
JakkrapartXD 8edc3770eb
All checks were successful
Build and Deploy Backend / Build Backend Docker Image (push) Successful in 30s
Build and Deploy Backend / Deploy E-learning Backend to Dev Server (push) Successful in 3s
Build and Deploy Backend / Notify Deployment Status (push) Successful in 1s
Build and Deploy Frontend Management to Dev Server / Build Frontend Management Docker Image (push) Successful in 18s
Build and Deploy Frontend Management to Dev Server / Deploy E-learning Frontend Management to Dev Server (push) Successful in 3s
Build and Deploy Frontend Management to Dev Server / Notify Deployment Status (push) Successful in 1s
feat: Allow instructors to set rejected courses to draft and explicitly set course status to rejected upon administrative rejection.
2026-02-11 17:01:17 +07:00
..
AdminCourseApproval.service.ts feat: Allow instructors to set rejected courses to draft and explicitly set course status to rejected upon administrative rejection. 2026-02-11 17:01:17 +07:00
announcements.service.ts feat: add published_at field support to announcements with scheduled publishing and student visibility filtering 2026-02-04 16:15:38 +07:00
audit.service.ts feat: integrate audit logging across authentication, course management, and user operations 2026-02-05 17:35:37 +07:00
auth.service.ts refactor: Optimize Docker build process, switch to @node-rs/bcrypt, and streamline compose.yaml by removing external services. 2026-02-10 15:27:13 +07:00
categories.service.ts feat: standardize category update response format with code, message, and data wrapper 2026-01-30 15:23:29 +07:00
certificate.service.ts feat: add certificate generation system with PDF template and Thai font support 2026-01-30 14:14:00 +07:00
ChaptersLesson.service.ts feat: add recommended courses and quiz multiple attempts 2026-02-11 15:01:58 +07:00
courses.service.ts feat: add recommended courses and quiz multiple attempts 2026-02-11 15:01:58 +07:00
CoursesInstructor.service.ts feat: Allow instructors to set rejected courses to draft and explicitly set course status to rejected upon administrative rejection. 2026-02-11 17:01:17 +07:00
CoursesStudent.service.ts feat: add quiz attempt logic to getlessonContent 2026-02-11 15:01:58 +07:00
RecommendedCourses.service.ts fix: update types for quiz attempts in lesson content 2026-02-11 15:01:58 +07:00
user.service.ts refactor: Optimize Docker build process, switch to @node-rs/bcrypt, and streamline compose.yaml by removing external services. 2026-02-10 15:27:13 +07:00
usermanagement.service.ts feat: integrate audit logging across authentication, course management, and user operations 2026-02-05 17:35:37 +07:00