siakad-itm/app
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
..
Actions/Fortify feat: implement user status management with active/inactive toggle 2026-08-30 11:08:08 +07:00
Concerns feat: implement HasValues trait for enums and update related code for consistency 2026-08-25 19:15:40 +07:00
Enums feat: implement PaymentMethod enum and integrate payment method handling in tuition payment processes 2026-08-30 16:06:05 +07:00
Exports feat: add enrollment year filter and export functionality for students 2026-08-30 12:21:03 +07:00
Http Refactor Letter Request Management 2026-09-01 00:03:13 +07:00
Models Refactor Letter Request Management 2026-09-01 00:03:13 +07:00
Providers feat: implement user status management with active/inactive toggle 2026-08-30 11:08:08 +07:00
Services Refactor Letter Request Management 2026-09-01 00:03:13 +07:00
Support Refactor Letter Request Management 2026-09-01 00:03:13 +07:00