aboutsummaryrefslogtreecommitdiff
path: root/backend/internal/api/handler.go
Commit message (Collapse)AuthorAgeFiles
* feat: enhance maintenance management and heartbeat history featureszwlucas2026-05-291
| | | | | | | | | | | - Updated Store interface to include methods for managing maintenances. - Modified API functions to support pagination for heartbeat history and added CRUD operations for maintenances. - Enhanced types to include paginated responses and initial log entries. - Implemented maintenance management UI in the admin panel with create, edit, and delete functionalities. - Updated service detail page to display paginated heartbeat history and improved chart rendering. - Refactored status page to accommodate new data structures and ensure consistent data handling. Signed-off-by: Lucas Faria Mendes <lucas.fariamo08@gmail.com>
* feat: upload projectzwlucas2026-05-291
Signed-off-by: zwlucas <lucas.fariamo08@gmail.com>