wms-be/modules/user
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 Implement user role management and update user response structure to include roles 2025-10-21 15:04:34 +07:00
query Implement user role management and update user response structure to include roles 2025-10-21 15:04:34 +07:00
repository Implement user role management and update user response structure to include roles 2025-10-21 15:04:34 +07:00
scheduler Implement user role management and update user response structure to include roles 2025-10-21 15:04:34 +07:00
service Implement user role management and update user response structure to include roles 2025-10-21 15:04:34 +07:00
routes.go feat: Enhance role and user role management with new endpoints and DTOs for assigning/removing roles and permissions 2025-10-22 15:29:42 +07:00