Commit Graph

118 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 5609b177e8 feat(vendor): Add ClientID to VendorFilter in GetAll method 2025-11-07 15:31:17 +07:00
Habib Fatkhul Rohman 81de780ff0 feat(role): Update RoleMenuResponse to use Parent field and preload parent menus in repository
Deploy Application / deploy (push) Successful in 21s Details
2025-11-07 14:08:44 +07:00
Habib Fatkhul Rohman 62082a7dce feat(role): Add ParentID field to RoleMenuResponse and update ToRoleResponse mapping 2025-11-07 13:55:30 +07:00
Habib Fatkhul Rohman de53d59686 feat(controller): Add ClientID filter to GetAll methods in category, product, and uom controllers
Deploy Application / deploy (push) Successful in 22s Details
2025-11-07 13:45:21 +07:00
Habib Fatkhul Rohman 47f5198326 feat(category): Ensure all fields, including zero values, are updated in the Update method
Deploy Application / deploy (push) Successful in 23s Details
2025-11-07 13:19:04 +07:00
Habib Fatkhul Rohman b6c0509888 feat(maintenance_group, role, user): Refactor Level field handling in maintenance group and role entities, update related DTOs and services
Deploy Application / deploy (push) Successful in 53s Details
2025-11-06 11:16:00 +07:00
Habib Fatkhul Rohman a452e55e25 feat(client): Add GetAll functionality for client retrieval and update filters for pagination
Deploy Application / deploy (push) Successful in 25s Details
feat(role): Implement GetAll method for role retrieval without pagination and update role service and repository
feat(product): Add SearchKey field to ProductVendorResponse for enhanced product search capabilities
2025-11-05 16:03:29 +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 371c2f8e16 feat(vendor): Implement Vendor CRUD operations with DTOs, service, repository, and routes 2025-11-05 14:53:23 +07:00
Habib Fatkhul Rohman e1440e317c feat(product): Add AssignCrossReference and RemoveCrossReference methods in ProductController, Service, and Repository 2025-11-05 14:52:26 +07:00
Habib Fatkhul Rohman e0a5af65a1 feat(menu): Implement GetAll functionality for menus in MenuService and MenuRepository
Deploy Application / deploy (push) Successful in 22s Details
2025-11-05 13:00:11 +07:00
Habib Fatkhul Rohman 13e6c86acb feat(role): Add sequence field to RoleMenuResponse and update ToRoleResponse mapping
Deploy Application / deploy (push) Successful in 21s Details
2025-11-05 10:16:49 +07:00
Habib Fatkhul Rohman e83a114390 feat(role): Update RoleResponse to include detailed menu information with IconUrl and Url
Deploy Application / deploy (push) Successful in 22s Details
2025-11-04 11:43:41 +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 d110a31c4f feat(maintenance_group): Enhance MaintenanceGroup structure and responses with ClientID and total role count 2025-11-03 14:37:58 +07:00
Habib Fatkhul Rohman e3127c075d feat(role): Add many-to-many relationship for Menus in M_Role and update RoleResponse 2025-11-03 14:35:57 +07:00
Habib Fatkhul Rohman bc932901f7 refactor(role): Comment out role name existence check in CreateRole function
Deploy Application / deploy (push) Successful in 23s Details
2025-11-03 14:19:52 +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 6b608a86a9 feat(docs): Enhance API documentation for AssignMenusToRole and RemoveMenusFromRole endpoints
Deploy Application / deploy (push) Successful in 21s Details
2025-11-03 11:42:46 +07:00
Habib Fatkhul Rohman a07b96f5ce feat(role): Add menu assignment and removal functionality for roles 2025-11-03 11:40:40 +07:00
Habib Fatkhul Rohman 1f23b12918 feat(repository): Refactor Update methods to use Model and Where for better clarity and performance 2025-10-31 15:30:02 +07:00
Habib Fatkhul Rohman 82579efe36 feat(role): Refactor role handling to include client details in responses and update API routes 2025-10-31 11:27:29 +07:00
Habib Fatkhul Rohman 14cbd567b3 feat(product): Enhance product entities and DTOs with client and category relationships 2025-10-31 10:48:04 +07:00
Habib Fatkhul Rohman 26d8f997ed feat(menu): Enhance menu model to include clients and permissions in responses
Deploy Application / deploy (push) Successful in 20s Details
2025-10-30 14:59:34 +07:00
Habib Fatkhul Rohman 203857d116 feat(menu): Update GetMenus to use client_id from query and enhance filtering
Deploy Application / deploy (push) Successful in 31s Details
2025-10-30 14:45:02 +07:00
Habib Fatkhul Rohman 02dc2c71d8 feat(uom): Add UOM management with CRUD operations and routing
Deploy Application / deploy (push) Successful in 22s Details
2025-10-30 14:20:20 +07:00
Habib Fatkhul Rohman fbbbeb5304 fix(role): Restore ClientID filter in GetRoles method
refactor(docker): Simplify CMD in Dockerfile by removing seed command
2025-10-30 14:11:40 +07:00
Habib Fatkhul Rohman bf6271c3dc feat(category): Implement category management with CRUD operations and routing 2025-10-30 13:15:43 +07:00
Habib Fatkhul Rohman 2ade3121ff refactor(docker): Update CMD in Dockerfile to use migration command
Deploy Application / deploy (push) Successful in 22s Details
refactor(role): Comment out unused client ID handling in GetRoles method
refactor(role): Comment out role name existence check in UpdateRole method
refactor(command): Enhance logging for migration and seeder processes
2025-10-30 12:00:11 +07:00
Habib Fatkhul Rohman 28f9221153 refactor(logs): Improve log file reading by normalizing newlines and splitting entries
Deploy Application / deploy (push) Successful in 20s Details
2025-10-29 22:49:40 +07:00
Habib Fatkhul Rohman f69fae3f38 feat(logs): Enhance log retrieval by adding app log support and limiting results to 100 entries 2025-10-29 22:41:01 +07:00
Habib Fatkhul Rohman fc43112d19 feat(monitoring): Add health check and error log retrieval endpoints 2025-10-29 22:40:28 +07:00
Habib Fatkhul Rohman 1d687fe2d7 feat(product): Implement product management with CRUD operations and routing
Deploy Application / deploy (push) Successful in 20s Details
2025-10-29 15:34:33 +07:00
Habib Fatkhul Rohman 170d284d08 fix(menu): Update ParentID handling in MenuUpdateRequest and improve Update method for better clarity
Deploy Application / deploy (push) Successful in 8s Details
2025-10-29 15:10:21 +07:00
Habib Fatkhul Rohman fa9c1ba44f feat(permissions): Add CRUD operations for permissions with Swagger documentation
Deploy Application / deploy (push) Successful in 16s Details
2025-10-29 10:38:53 +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 62a188fcc6 feat(permissions): Implement permissions management with CRUD operations and routing 2025-10-28 21:26:58 +07:00
Habib Fatkhul Rohman 2020a906fc fix(repository): Change Save to Updates in Update method for better handling of menu updates 2025-10-28 20:48:19 +07:00
Habib Fatkhul Rohman 8fe0448aa8 feat(dto): Add Permissions field to MenuResponse and update related services
Deploy Application / deploy (push) Successful in 20s Details
2025-10-28 16:00:43 +07:00
Habib Fatkhul Rohman 8fe9a5bb5c Refactor role management API endpoints and update Swagger documentation
- Removed the deprecated /example/helloworld endpoint from Swagger.
- Updated the /roles endpoint to include GET and POST methods for retrieving and creating roles.
- Added detailed documentation for role-related endpoints including assigning and removing permissions, and managing roles for users.
- Introduced new DTOs for role creation, updating, and permission management.
- Updated response schemas to ensure consistency across role management operations.
- Enhanced validation requirements for role and permission requests.
2025-10-28 15:43:09 +07:00
Habib Fatkhul Rohman 53a8456e79 fix(dto): Update URL and mode validation to allow shorter input lengths
Deploy Application / deploy (push) Successful in 19s Details
2025-10-28 15:37:48 +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 973c434f47 fix: Update binding for MaintenanceGroupRoles to allow optional presence 2025-10-28 14:54:53 +07:00
Habib Fatkhul Rohman 1bfd4ff176 feat: Implement menu assignment and removal for clients with corresponding service and repository methods 2025-10-28 13:55:33 +07:00
Habib Fatkhul Rohman 2db31dc017 feat: Add client module with CRUD operations, DTOs, repository, and service layers
Deploy Application / deploy (push) Successful in 23s Details
2025-10-28 10:09:31 +07:00
Habib Fatkhul Rohman f9c5dc3f63 feat: Implement cascading delete constraints for maintenance group entities and enhance service methods for role-user relationships
Deploy Application / deploy (push) Successful in 19s Details
2025-10-25 21:00:03 +07:00
Habib Fatkhul Rohman e1cb51c5db feat: Update validation for 'mode' field in Menu DTO to require a minimum length of 2 characters 2025-10-25 01:37:42 +07:00
Habib Fatkhul Rohman b533554f98 feat: Add maintenance group management with CRUD operations and routing 2025-10-25 01:35:45 +07:00
Habib Fatkhul Rohman 1079c5dac8 feat: Implement menu management with CRUD operations and routing 2025-10-23 15:49:10 +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 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 3ea963bd9e Add logs controller and routes for log retrieval by month 2025-10-21 15:05:22 +07:00
Habib Fatkhul Rohman fb49163803 Enhance JWT service to include role ID in access token generation and user token info 2025-10-21 15:05:10 +07:00
Habib Fatkhul Rohman 4bd48c3bca Add role management module with controller, service, repository, DTOs, and routes 2025-10-21 15:04:58 +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 8357303237 Remove product and tenant modules, including controllers, services, repositories, DTOs, queries, and routes for a cleaner codebase. 2025-10-21 15:03:53 +07:00
Habib Fatkhul Rohman 6aa45f1522 Refactor JWT service and token DTO to replace TenantID with ClientID for improved clarity and consistency 2025-10-15 21:10:56 +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 4119431e61 Add scheduler module to handle daily user verification updates 2025-09-22 16:03:54 +07:00
Habib Fatkhul Rohman f9f720c165 Implement product module with CRUD operations and integrate with multi-tenant architecture 2025-09-16 12:05:24 +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 a2790436d2 Add TenantID filter to TenantFilter for querying by tenant 2025-09-15 11:35:34 +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 86f51ce390 Implement Tenant module with controller, service, repository, DTOs, and routes 2025-09-11 11:59:59 +07:00
Habib Fatkhul Rohman 87d28fffee
Initial commit 2025-09-10 14:38:44 +07:00