Commit Graph

17 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 6be0c5fa37 feat: add Level field to UserRolesResponse and update roles handling in ToUserResponse
Deploy Application / deploy (push) Successful in 20s Details
2025-12-09 10:40:32 +07:00
Habib Fatkhul Rohman 3197b693b3 feat: add Level filter to role and user queries for enhanced filtering capabilities
Deploy Application / deploy (push) Successful in 19s Details
2025-11-24 15:34:15 +07:00
Habib Fatkhul Rohman f7eab339b6 feat: add bulk user creation functionality with request handling and repository integration 2025-11-21 13:55:42 +07:00
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 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 a324c539be feat(maintenance_group): Add FindByGroupIdAndRoleId method to repository and integrate it in Update service
Deploy Application / deploy (push) Successful in 24s Details
feat(user): Add RoleID to UserFilter and apply role filtering in query
2025-11-10 13:03:24 +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 d8756b6f76 feat(user): Add GroupID filter to user queries for enhanced filtering capabilities
Deploy Application / deploy (push) Successful in 20s Details
2025-11-05 15:15:43 +07:00
Habib Fatkhul Rohman 5d27d4f3bd feat(user): Enhance user model to include client information and preload client data in queries
Deploy Application / deploy (push) Successful in 22s Details
2025-11-05 15:08:34 +07:00
Habib Fatkhul Rohman 8ff66d3775 refactor(user): Update user retrieval and modification to use route parameters instead of context values
Deploy Application / deploy (push) Successful in 21s Details
2025-11-04 09:46:08 +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 d34f1238d1 feat(api): Enhance API documentation and functionality for clients, menus, and maintenance groups
Deploy Application / deploy (push) Successful in 19s Details
- 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
Habib Fatkhul Rohman 2546a094a3 feat: Revamp logs page with new HTML structure and styles
- Updated logs.html to include a modern design with Tailwind CSS.
- Added a login section for admin access to logs.
- Implemented JavaScript functions for login, log retrieval, and month selection.
- Enhanced user experience with loading indicators and error handling.

feat: Add ServeLogsPage method to LogsController

- Introduced ServeLogsPage method to serve the logs HTML page.
- Configured to respond with HTML when the Accept header is text/html.

refactor: Update logs routes to serve HTML page

- Modified routes to serve the logs HTML page without authentication.
- Adjusted protected routes for log retrieval to use API versioning.

docs: Add API documentation for user and role controllers

- Added Swagger documentation comments for user and role controller methods.
- Documented endpoints for user registration, login, and email verification.
2025-10-23 00:17:07 +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 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