siakad-itm/resources/js/types
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
..
academic-term.ts feat: implement academic term management with CRUD functionality 2026-08-05 13:48:36 +07:00
auth.ts feat: Refactor UI components and add new Drawer, Table, and Tabs components 2026-08-03 15:57:38 +07:00
class-enrollment.ts feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
course-class.ts feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
course.ts feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
department.ts feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
global.d.ts initial commit 2026-07-29 17:46:01 +07:00
index.ts feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
navigation.ts initial commit 2026-07-29 17:46:01 +07:00
ui.ts initial commit 2026-07-29 17:46:01 +07:00
user.ts feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
vite-env.d.ts initial commit 2026-07-29 17:46:01 +07:00