Commit Graph

6 Commits

Author SHA1 Message Date
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 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 80825a70af 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
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 5b9ea46e20 Add TenantID support to user filtering and authentication middleware 2025-09-16 11:02:05 +07:00
Habib Fatkhul Rohman 87d28fffee
Initial commit 2025-09-10 14:38:44 +07:00