siakad-itm/app/Http/Requests/Admin
Yoga Pangestu 353829e053
Some checks failed
tests / ci (pull_request) Has been cancelled
feat: Refactor Admin Manage structure into sub-namespaces for better organization
- Created sub-namespaces under Admin\Manage for Course, Academic, Announcement, Finance, and Service.
- Added new FormRequest classes for handling validation in each sub-namespace.
- Implemented Service classes for managing business logic related to each resource.
- Updated routes to reflect the new sub-namespace structure.
- Enhanced code organization and maintainability by grouping related functionalities.
2026-08-25 21:17:48 +07:00
..
Manage feat: Refactor Admin Manage structure into sub-namespaces for better organization 2026-08-25 21:17:48 +07:00
Master feat: implement HasValues trait for enums and update related code for consistency 2026-08-25 19:15:40 +07:00
Settings Refactor admin settings structure and implement profile and security management 2026-08-25 17:57:47 +07:00
Users feat: implement HasValues trait for enums and update related code for consistency 2026-08-25 19:15:40 +07:00
FeedbackRequest.php feat: implement feedback management system with controller, service, and frontend components 2026-08-25 19:37:00 +07:00