Commit Graph

11 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 51a6f291e0 feat: enhance user response to include associated warehouses in GetUserById 2025-11-21 10:24:26 +07:00
Habib Fatkhul Rohman 59333e5144 feat: update user verification to handle SUPERADMIN role and improve warehouse ID assignment
Deploy Application / deploy (push) Successful in 25s Details
2025-11-19 15:29:40 +07:00
Habib Fatkhul Rohman be0b54b4a5 feat: add user warehouse management functionality with CRUD operations
Deploy Application / deploy (push) Successful in 24s Details
- Implemented MUserWarehouseEntity for user-warehouse relationships
- Updated user service and repository to handle warehouse assignments
- Added new routes and controller methods for managing user warehouses
- Enhanced JWT service to include warehouse information in tokens
- Updated user DTOs to support warehouse data
2025-11-19 14:56:33 +07:00
Habib Fatkhul Rohman 0453d4df70 feat(user): Implement GetAll method for user retrieval without pagination and update user service and repository accordingly 2025-11-05 15:49:09 +07:00
Habib Fatkhul Rohman 795d8d05e3 feat(user): Implement user creation functionality in UserController and UserService
Deploy Application / deploy (push) Successful in 22s Details
2025-11-03 15:37:18 +07:00
Habib Fatkhul Rohman f1a5395d68 feat(user): Add client information to UserResponse and preload client in GetUserById
Deploy Application / deploy (push) Successful in 24s Details
2025-11-03 13:41:49 +07:00
Habib Fatkhul Rohman 98bdfce83a feat(user): Add username support for login and implement username checks in repository 2025-10-28 22:29:56 +07:00
Habib Fatkhul Rohman f28b3a5244 Implement user role management and update user response structure to include roles 2025-10-21 15:04:34 +07:00
Habib Fatkhul Rohman 2d20f892e7 Refactor user module to support ClientID and enhance user management features 2025-10-15 21:10:13 +07:00
Habib Fatkhul Rohman 44ba63410e Refactor JWT service to include TenantID in token handling and update user service methods to accommodate multi-tenant architecture 2025-09-15 11:35:26 +07:00
Habib Fatkhul Rohman 87d28fffee
Initial commit 2025-09-10 14:38:44 +07:00