docs(03): create phase plan for live ops dashboard

This commit is contained in:
William Valentin
2026-02-09 21:10:03 -08:00
parent fa4d6a057b
commit 94946eb7a8
3 changed files with 526 additions and 0 deletions
+11
View File
@@ -64,6 +64,17 @@ Plans:
**Requirements:** DASH-01, DASH-02, DASH-03, DASH-04, DASH-05
**Plans:** 2 plans in 2 waves
Plans:
- [ ] 03-01-PLAN.md — Backend metrics collector, RPC handlers, HTTP /health endpoint
- [ ] 03-02-PLAN.md — Dashboard UI with live counters, model metrics, event stream, active requests
| Plan | Wave | Objective | Tasks |
|------|------|-----------|-------|
| 03-01 | 1 | MetricsCollector + RPC handlers + /health endpoint | 2 |
| 03-02 | 2 | Extend vanilla JS dashboard with live ops sections | 2 |
**Success Criteria:**
1. Opening the dashboard shows live-updating counters for messages processed, active sessions, queue depth, and uptime — values change in real time as messages flow
2. After sending a message through any channel, the model call appears in the dashboard with latency, tokens/sec, and provider name within seconds