siakad-itm/resources/js
Yoga Pangestu 07a00a92a2
Some checks failed
tests / ci (pull_request) Has been cancelled
Refactor lecturer management to support multiple departments
- Updated LecturerController to load multiple departments for lecturers.
- Modified LecturerRequest to accept an array of department IDs instead of a single department ID.
- Changed Department model to establish a many-to-many relationship with Lecturer.
- Adjusted Lecturer model to reflect the new many-to-many relationship with Department.
- Updated LecturerService to handle multiple departments during creation and updates.
- Created LecturerFactory and StudentFactory for generating test data.
- Added a migration for the new lecturer_department pivot table.
- Refactored seeder classes to accommodate the new structure for lecturers and departments.
- Enhanced frontend components for creating and editing lecturers to support multiple department selection.
2026-08-30 12:18:13 +07:00
..
components feat: add active status management for academic terms, users, and students with new UpdateStatusRequest 2026-08-30 11:18:20 +07:00
hooks feat: add filter functionality to various admin pages 2026-08-26 00:32:16 +07:00
layouts refactor: simplify layout structure in SettingsLayout component 2026-08-25 23:30:32 +07:00
lib feat: add tuition invoice and payment management 2026-08-25 00:34:32 +07:00
pages Refactor lecturer management to support multiple departments 2026-08-30 12:18:13 +07:00
types Refactor admin settings structure and implement profile and security management 2026-08-25 17:57:47 +07:00
app.tsx Refactor admin settings structure and implement profile and security management 2026-08-25 17:57:47 +07:00