siakad-itm/app
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
..
Actions/Fortify feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum 2026-08-03 13:43:30 +07:00
Concerns feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum 2026-08-03 13:43:30 +07:00
Enums feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
Http feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
Models feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
Providers feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum 2026-08-03 13:43:30 +07:00
Services/Admin feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00