From 9fabeb8a403d602316627872a405d7cb377298e3 Mon Sep 17 00:00:00 2001 From: jedarden Date: Fri, 3 Jul 2026 00:03:09 -0400 Subject: [PATCH] docs: mark Dashboard presence indicator Done in PROGRESS.md Phase 2 table showed "Dashboard presence indicator" as Pending, but it is implemented in dashboard/live.html and dashboard/js/app.js (updatePresenceIndicator, #presence-indicator styling). Update the table row to Done and drop it from the "Remaining for Phase 2" list. Co-Authored-By: Claude --- PROGRESS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PROGRESS.md b/PROGRESS.md index 9e18301..a61d259 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -26,7 +26,7 @@ Goal: Detect presence on a single link. | Phase sanitisation | **Done** | See iteration 5 below | | Baseline system | **Done** | EMA with motion-gated updates | | Motion detection | **Done** | deltaRMS, NBVI selection | -| Dashboard presence indicator | **Pending** | | +| Dashboard presence indicator | **Done** | Implemented in dashboard/live.html and dashboard/js/app.js | | CSI recording buffer | **Pending** | | | Adaptive sensing rate | **Pending** | | @@ -91,7 +91,6 @@ mothership/internal/signal/ ``` **Remaining for Phase 2:** -- Dashboard presence indicator - CSI recording buffer - Adaptive sensing rate