Files
edr-platform/apps/edr-freight-api/src/migrations
natib21 f436916c42 feat: complete maintenance tracking backend
Service/Controller/Module:
- scheduleMaintenanceAsync: schedule work
- recordMaintenanceCost: log expenses
- getUpcomingMaintenance: due items
- getVehicleMaintenanceStats: cost aggregation

Endpoints:
- POST /maintenance/schedules
- POST /maintenance/costs
- PATCH /maintenance/schedules/:id
- GET /maintenance/upcoming/:vehicleId
- GET /maintenance/history/:vehicleId
- GET /maintenance/stats/:vehicleId

Migration: idempotent maintenance tables creation

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-06-30 12:33:29 +00:00
..
2026-06-18 09:46:35 +00:00
2026-06-19 12:17:18 +00:00
2026-06-22 07:54:07 +00:00
2026-06-22 07:58:56 +00:00
fix
2026-06-24 09:30:11 +00:00