spaxel/dashboard
jedarden fa32cf5ee7 feat: implement post-feedback explanations for false positive detections
- Add renderFeedbackExplanation() function to display detailed explanations
- Include contributing link name, threshold exceed ratio, and timestamp
- Add diagnostic info (root cause and advice) when available
- Add expandable UI with toggle arrow
- Add CSS styles for explanation section
- Show correction note about system learning from feedback

When user marks detection as FALSE_POSITIVE, show explanation:
'The system detected motion here because: [link]'s signal exceeded
threshold by Nx at [time]. Could be caused by: [root cause or
'ambient RF interference']. We've noted this and will apply a correction.'

Files: dashboard/js/feedback.js
Acceptance: explanation shown after any FALSE_POSITIVE feedback;
contains contributing link name; shows diagnostic result or default message.
2026-04-11 00:18:19 -04:00
..
css feat: implement ambient dashboard mode with Canvas 2D renderer 2026-04-10 22:09:12 -04:00
js feat: implement post-feedback explanations for false positive detections 2026-04-11 00:18:19 -04:00
ambient.html feat: implement ambient dashboard mode with Canvas 2D renderer 2026-04-10 22:09:12 -04:00
index.html feat: implement repeated-setting change detection with guided calibration 2026-04-11 00:13:51 -04:00
jest.config.js feat: implement spatial quick actions context menu for 3D scene 2026-04-10 22:56:17 -04:00
package-lock.json feat(dashboard): interactive onboarding wizard for ESP32-S3 node provisioning 2026-03-28 02:36:58 -04:00
package.json feat(dashboard): interactive onboarding wizard for ESP32-S3 node provisioning 2026-03-28 02:36:58 -04:00
simple.html feat: implement ambient dashboard mode with Canvas 2D renderer 2026-04-10 22:09:12 -04:00