siakad-itm/app
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
..
Actions/Fortify feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum 2026-08-03 13:43:30 +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 HasValues trait for enums and update related code for consistency 2026-08-25 19:15:40 +07:00
Http feat: Refactor Admin Manage structure into sub-namespaces for better organization 2026-08-25 21:17:48 +07:00
Models Refactor admin settings structure and implement profile and security management 2026-08-25 17:57:47 +07:00
Providers feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum 2026-08-03 13:43:30 +07:00
Services feat: Refactor Admin Manage structure into sub-namespaces for better organization 2026-08-25 21:17:48 +07:00
Support feat: implement feedback system with CRUD functionality 2026-08-25 14:25:50 +07:00