spaxel/mothership/internal/api
jedarden d879e2268b feat: add search and filter to timeline with category checkboxes
Implement comprehensive filter bar with:
- Type filter checkboxes for event categories (Presence, Zones, Alerts, System, Learning)
- Person and zone dropdowns for filtering
- Date range selector with preset options (Today/Last 7 days/Last 30 days/Custom)
- Text search input for fuzzy matching on descriptions
- Client-side filtering for loaded events (instant feedback)
- Server-side filtering for date-range queries
- Load more pagination works for 500+ results

Backend changes:
- Add support for 'since'/'until' date range parameters in /api/events
- Add zone_id and person_id query parameter aliases
- Add POST /api/events/{id}/feedback endpoint for feedback submission

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 14:33:33 -04:00
..
analytics.go feat: complete anomaly detection & security mode dashboard UI 2026-04-09 05:59:54 -04:00
backup.go feat: implement SQLite Online Backup API streaming endpoint 2026-04-07 02:15:51 -04:00
backup_test.go feat: implement SQLite Online Backup API streaming endpoint 2026-04-07 02:15:51 -04:00
ble_test.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
diurnal.go feat: add diurnal baseline REST API endpoints 2026-04-09 08:53:31 -04:00
diurnal_test.go feat: add diurnal baseline REST API endpoints 2026-04-09 08:53:31 -04:00
events.go feat: add search and filter to timeline with category checkboxes 2026-04-09 14:33:33 -04:00
events_test.go feat: add search and filter to timeline with category checkboxes 2026-04-09 14:33:33 -04:00
feedback.go feat: add search and filter to timeline with category checkboxes 2026-04-09 14:33:33 -04:00
localization.go feat: add self-improving localization REST API 2026-04-09 10:06:06 -04:00
localization_test.go feat: add self-improving localization REST API 2026-04-09 10:06:06 -04:00
notifications.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
notifications_test.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
prediction.go feat: implement presence prediction REST API endpoints 2026-04-09 09:59:42 -04:00
prediction_test.go feat: implement presence prediction REST API endpoints 2026-04-09 09:59:42 -04:00
replay.go wip: various improvements 2026-04-09 13:52:10 -04:00
replay_test.go feat: implement CSI simulator CLI with GDOP overlay 2026-04-09 12:31:13 -04:00
security.go feat: implement anomaly detection and security mode 2026-04-09 09:48:44 -04:00
security_test.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 14:47:44 -04:00
settings.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
settings_test.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
simulator.go feat: implement pre-deployment simulator with GDOP overlay 2026-04-09 12:10:53 -04:00
tracks.go feat: complete anomaly detection & security mode dashboard UI 2026-04-09 05:59:54 -04:00
tracks_test.go feat: complete anomaly detection & security mode dashboard UI 2026-04-09 05:59:54 -04:00
triggers.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
triggers_test.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
utils.go feat: verify dashboard WebSocket feed supports events, alerts, BLE, triggers, health 2026-04-07 09:54:14 -04:00
volume_triggers.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
volume_triggers_test.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
zones.go feat: verify zones CRUD REST endpoints with full test coverage 2026-04-07 15:00:32 -04:00
zones_test.go feat: add missing name-required validation test for zone creation 2026-04-07 15:00:32 -04:00