siakad-itm/resources/js
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
..
components feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
hooks feat: add reusable components for dialogs and headers 2026-08-05 13:46:38 +07:00
layouts feat: integrate useFlashToast hook into AppLayout component 2026-08-05 13:51:28 +07:00
lib initial commit 2026-07-29 17:46:01 +07:00
pages feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
types feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
app.tsx initial commit 2026-07-29 17:46:01 +07:00