wms-be/modules/user
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
..
controller feat: Revamp logs page with new HTML structure and styles 2025-10-23 00:17:07 +07:00
dto Implement user role management and update user response structure to include roles 2025-10-21 15:04:34 +07:00
query Implement user role management and update user response structure to include roles 2025-10-21 15:04:34 +07:00
repository Implement user role management and update user response structure to include roles 2025-10-21 15:04:34 +07:00
scheduler Implement user role management and update user response structure to include roles 2025-10-21 15:04:34 +07:00
service Implement user role management and update user response structure to include roles 2025-10-21 15:04:34 +07:00
routes.go 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