spaxel/mothership/internal/api
jedarden 21020e9fc9 feat(timeline): add tap-to-jump time-travel coordination
When timeline event is clicked in expert mode, emit jump_to_time command
with event timestamp. The time-travel player pauses live playback, seeks
CSI recording buffer to timestamp, and begins replay. Selected event
highlights in timeline and "Now replaying" chip appears in header.

Backend: POST /api/replay/jump-to-time creates replay session centered
on timestamp, replaces previous active session. Frontend: handleSeek()
in sidebar-timeline delegates to SpaxelReplay.jumpToTime() which calls
the API, shows replay control bar, and notifies Viz3D.

Tests: 7 Go test cases for jump-to-time endpoint, 8 JS test cases for
tap-to-jump interaction, event highlighting, and now-replaying chip.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-24 12:08:39 -04:00
..
alerts.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
analytics.go feat: complete anomaly detection & security mode dashboard UI 2026-04-09 05:59:54 -04:00
analytics_test.go fix: resolve analytics API test failures and improve corridor response format 2026-04-11 08:34:24 -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
briefing.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
briefing_test.go fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
diurnal.go fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
diurnal_test.go fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
events.go feat(timeline): add search and filter to event timeline 2026-04-24 07:07:08 -04:00
events_test.go feat(timeline): add search and filter to event timeline 2026-04-24 07:07:08 -04:00
feedback.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
guided.go fix: resolve remaining Go compilation errors across mqtt, analytics, localization, ingestion 2026-04-11 08:15:00 -04:00
integrations.go feat: home automation integration (MQTT and webhooks) 2026-04-11 06:29:51 -04:00
localization.go fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
localization_test.go fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
notification_settings.go test(notify): add comprehensive tests for notification system 2026-04-13 17:42:26 -04:00
notification_settings_test.go test(notify): add comprehensive tests for notification system 2026-04-13 17:42:26 -04:00
notifications.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
notifications_test.go feat: home automation integration (MQTT and webhooks) 2026-04-11 06:29:51 -04:00
prediction.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
prediction_test.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
replay.go feat(timeline): add tap-to-jump time-travel coordination 2026-04-24 12:08:39 -04:00
replay_test.go feat(timeline): add tap-to-jump time-travel coordination 2026-04-24 12:08:39 -04:00
security.go feat: implement anomaly detection and security mode 2026-04-09 09:48:44 -04:00
security_test.go test: add missing GetSystemMode method to mockDetectorProvider 2026-04-11 06:39:16 -04:00
settings.go feat: implement guided troubleshooting with proactive contextual help 2026-04-10 04:25:31 -04:00
settings_test.go fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
simulator.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
tracks.go fix: resolve analytics API test failures and improve corridor response format 2026-04-11 08:34:24 -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: complete crowd flow visualization implementation 2026-04-11 07:27:21 -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