siakad-itm/app/Models
Yoga Pangestu 2885de2c20 feat: add lecturer and student management pages with CRUD functionality
- Implemented LecturerEdit and LecturerIndex components for managing lecturers.
- Created StudentCreate and StudentEdit components for adding and editing students.
- Developed StudentIndex component for listing students with search and pagination.
- Added department and user types for better type safety.
- Updated routes for lecturers and students, including reset password functionality.
- Removed AppSidebar from dashboard for a cleaner layout.
2026-08-21 14:14:01 +07:00
..
AcademicTerm.php feat: implement academic term management with CRUD functionality 2026-08-05 13:48:36 +07:00
Department.php feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
DepartmentLeadership.php feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
Lecturer.php feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
Mahasiswa.php buat model mahasiswa 2026-07-29 18:41:48 +07:00
Student.php feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
User.php feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
UserProfile.php 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