Commit Graph

5 Commits

Author SHA1 Message Date
Yoga Pangestu
ad5fe33ec6 feat: implement user role management with enum and refactor role handling in administrator services 2026-09-03 11:17:41 +07:00
Yoga Pangestu
9f717a3441 refactor: update model relationships and request validation rules for consistency 2026-09-03 10:53:48 +07:00
Yoga Pangestu
86ea75ec91 feat: implement authorization checks for various requests in academic and user management 2026-08-31 14:41:25 +07:00
Yoga Pangestu
b59804342b feat: implement HasValues trait for enums and update related code for consistency
Some checks failed
tests / ci (pull_request) Has been cancelled
2026-08-25 19:15:40 +07:00
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