siakad-itm/app/Http/Requests/Admin
Yoga Pangestu 93c5514c22 Refactor Letter Request Management
- Created LetterRequestRequest and LetterRequestStatusRequest for handling form requests.
- Removed the old LetterRequestRequest class and updated the authorization logic.
- Changed the student relationship to user in the LetterRequest model.
- Updated LetterRequestService to reflect changes in the model and request handling.
- Modified permission catalog to include new permissions for letter request status updates.
- Updated database migrations and seeders to use user_id instead of student_id.
- Removed student-specific letter request pages and components, consolidating functionality under admin routes.
- Adjusted frontend components to accommodate new data structure and permissions.
- Enhanced the letter request columns to support status updates directly from the table.
2026-09-01 00:03:13 +07:00
..
AcademicClasses feat: implement authorization checks for various requests in academic and user management 2026-08-31 14:41:25 +07:00
Developer feat: implement authorization checks for various requests in academic and user management 2026-08-31 14:41:25 +07:00
Feedback feat: implement feedback management with status updates and permissions 2026-08-31 15:19:56 +07:00
Finances feat: implement authorization checks for various requests in academic and user management 2026-08-31 14:41:25 +07:00
Manage feat: implement authorization checks for various requests in academic and user management 2026-08-31 14:41:25 +07:00
Master feat: implement authorization checks for various requests in academic and user management 2026-08-31 14:41:25 +07:00
Services Refactor Letter Request Management 2026-09-01 00:03:13 +07:00
Settings Refactor admin settings structure and implement profile and security management 2026-08-25 17:57:47 +07:00
Users feat: implement authorization checks for various requests in academic and user management 2026-08-31 14:41:25 +07:00
UpdateStatusRequest.php feat: implement authorization checks for various requests in academic and user management 2026-08-31 14:41:25 +07:00