Commit Graph

14 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 0a5eb4d766 feat(logging): Implement global recovery middleware with Logrus for enhanced error handling 2025-10-29 22:40:48 +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 62a188fcc6 feat(permissions): Implement permissions management with CRUD operations and routing 2025-10-28 21:26:58 +07:00
Habib Fatkhul Rohman dbdb608e9b fix: Disable trailing slash redirection and update CORS middleware usage 2025-10-28 15:23:45 +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 467431ca92 feat: Integrate maintenance group module with logging setup and dependency registration 2025-10-25 01:37:21 +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 bd93da6264 refactor: Clean up imports and update route registrations in main.go 2025-10-21 15:08:35 +07:00
Habib Fatkhul Rohman 9fc51fdefa Refactor main.go to improve logging setup and remove unused imports 2025-10-15 21:13:11 +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 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