itmpwk.ac.id/app/Services/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 Course Registration management with CRUD functionality 2026-08-30 14:11:30 +07:00
Developer feat: implement role and permission management with CRUD functionality 2026-08-30 23:47:58 +07:00
Finances feat: enhance Tuition Invoice management with summary statistics and improved filtering 2026-08-30 16:26:09 +07:00
Manage feat: enhance notification system with creator information and notification sending functionality 2026-08-30 21:47:34 +07:00
Master feat: enhance paginated method to filter courses based on user roles 2026-08-31 22:46:53 +07:00
Services Refactor Letter Request Management 2026-09-01 00:03:13 +07:00
Users feat: add current semester field to student management and update related components 2026-08-30 17:28:12 +07:00
FeedbackService.php feat: implement media upload functionality with controller, request, service, and migration 2026-08-31 16:00:40 +07:00