wms-be/docker
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
..
air Initial commit 2025-09-10 14:38:44 +07:00
nginx feat: Revamp logs page with new HTML structure and styles 2025-10-23 00:17:07 +07:00
postgresql Initial commit 2025-09-10 14:38:44 +07:00
Dockerfile Update Dockerfile to run migrations and seed data; add Nginx route for log retrieval 2025-10-21 15:05:49 +07:00