wms-be/modules/maintenance_group
Habib Fatkhul Rohman d34f1238d1
Deploy Application / deploy (push) Successful in 19s Details
feat(api): Enhance API documentation and functionality for clients, menus, and maintenance groups
- Added new DTO definitions for AssignMenusToClientRequest, MaintGroupCreateRequest, MaintGroupUpdateRequest, and related entities in swagger.yaml.
- Implemented CRUD operations for clients, including creating, updating, deleting, and retrieving clients with detailed API documentation.
- Introduced endpoints for assigning and removing menus from clients with appropriate request bodies.
- Enhanced maintenance group management with endpoints for creating, updating, deleting, and retrieving maintenance groups.
- Updated menu management with endpoints for creating, updating, deleting, and retrieving menus, including filtering and sorting capabilities.
- Refactored user-related endpoints to return a consistent response structure using utils.Response.
2025-10-28 15:25:59 +07:00
..
controller feat(api): Enhance API documentation and functionality for clients, menus, and maintenance groups 2025-10-28 15:25:59 +07:00
dto fix: Update binding for MaintenanceGroupRoles to allow optional presence 2025-10-28 14:54:53 +07:00
query feat: Implement cascading delete constraints for maintenance group entities and enhance service methods for role-user relationships 2025-10-25 21:00:03 +07:00
repository feat: Add maintenance group management with CRUD operations and routing 2025-10-25 01:35:45 +07:00
service feat: Implement cascading delete constraints for maintenance group entities and enhance service methods for role-user relationships 2025-10-25 21:00:03 +07:00
routes.go feat: Add maintenance group management with CRUD operations and routing 2025-10-25 01:35:45 +07:00