spaxel/mothership/internal/fleet
jedarden 5803bb790a feat: add fleet status page with bulk actions and camera fly-to
- Add POST /api/nodes/{mac}/reboot endpoint for node reboot
- Add POST /api/nodes/update-all endpoint for OTA update all nodes
- Add POST /api/nodes/rebaseline-all endpoint for re-baseline all links
- Add GET /api/export endpoint for configuration export
- Add POST /api/import endpoint for configuration import
- Add SendRebootToMAC and GetConnectedMACs to NodeIdentifier interface
- Frontend already has full table view with:
  - Sorting and filtering by role/status
  - Search by MAC or name
  - Bulk selection with checkboxes
  - Position column with fly-to links
  - Individual action buttons (flyto, identify, diagnostics)
  - Bulk action buttons (identify selected, restart selected, update all, re-baseline all, export, import)
  - Diagnostics modal
  - Statistics footer

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 05:38:55 -04:00
..
fleet_test.go test: add comprehensive tests for auto-away/disarm and system mode endpoints 2026-04-09 07:26:34 -04:00
fleethandler.go feat: add Position column to fleet status table with fly-to functionality 2026-04-10 05:12:24 -04:00
handler.go feat: add fleet status page with bulk actions and camera fly-to 2026-04-10 05:38:55 -04:00
handler_test.go test: add comprehensive tests for auto-away/disarm and system mode endpoints 2026-04-09 07:26:34 -04:00
healer.go feat(diagnostics): implement link weather diagnostics and repositioning advice 2026-03-29 11:48:38 -04:00
healer_test.go feat(signal): implement Phase 5 Reliability & Intelligence 2026-03-29 12:16:56 -04:00
manager.go feat: add Identify button to fleet status page 2026-04-09 07:17:13 -04:00
optimiser.go feat: add new internal packages (events, automation, ble, falldetect, mqtt, notify, prediction, sleep, tracker, zones, analytics) and dashboard modules (anomaly, automations, blepanel, fleet) 2026-04-06 09:48:31 -04:00
registry.go feat: implement OUI lookup function 2026-04-09 06:27:26 -04:00
selfheal.go feat: verify diurnal adaptive baseline implementation complete 2026-04-09 09:04:37 -04:00
selfheal_test.go feat: add new internal packages (events, automation, ble, falldetect, mqtt, notify, prediction, sleep, tracker, zones, analytics) and dashboard modules (anomaly, automations, blepanel, fleet) 2026-04-06 09:48:31 -04:00
weather.go feat(diagnostics): implement link weather diagnostics and repositioning advice 2026-03-29 11:48:38 -04:00