Commit Graph

2 Commits

Author SHA1 Message Date
Yoga Pangestu
0e3bab43b2 feat: update CourseSeeder with new course data and add reference images
Some checks failed
tests / ci (pull_request) Has been cancelled
2026-08-30 13:34:15 +07:00
Yoga Pangestu
015cbc229b feat: add course and class enrollment management
- Implemented ClassEnrollmentIndex component for managing class enrollments, including adding and removing students.
- Created CourseClassIndex component for managing course classes with CRUD functionality.
- Developed columns for course management in createCourseColumns function.
- Added CourseIndex component for managing courses with CRUD operations.
- Introduced types for class enrollment and course class to enhance type safety.
- Updated routes to include endpoints for managing courses, course classes, and enrollments.
2026-08-21 19:06:05 +07:00