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