Files
learning-garden/sources/2026-03-17-dashboard-updates.md
psb-gemma 47a8b40fdb Add growth state frontmatter to all 280 wiki files
TREE(74): training modules, entity profiles, 2890 references, keyword indices
SPROUT(42): knowledge pages, project docs, curated source material
SEED(164): daily notes, raw session logs, unprocessed material

Updated AUDIT_MANIFEST.json with growth classifications.
2026-05-14 01:27:59 +00:00

1.7 KiB

pageType, id, title, sourceType, sourcePath, ingestedAt, updatedAt, status, growth
pageType id title sourceType sourcePath ingestedAt updatedAt status growth
source source.2026-03-17-dashboard-updates 2026-03-17-dashboard-updates local-file /home/topher/.openclaw/workspace-2890-bot/memory/2026-03-17-dashboard-updates.md 2026-05-02T21:30:21.947Z 2026-05-02T21:30:21.947Z active seed

2026-03-17-dashboard-updates

Source

  • Type: local-file
  • Path: /home/topher/.openclaw/workspace-2890-bot/memory/2026-03-17-dashboard-updates.md
  • Bytes: 1002
  • Updated: 2026-05-02T21:30:21.947Z

Content

# Dashboard Updates - March 17, 2026

## Summary
Topher requested two improvements to the Match Dashboard (`docs/dashboard.html`):

### 1. Score on Alliance Color Side
- **Before:** Blue score always on left, Red score always on right
- **After:** If 2890 is on Red Alliance → Red score on left (our field side). If on Blue → Blue on left
- **Implementation:** JavaScript reorders the score cell based on which alliance 2890 is on

### 2. Chance Column Overhaul
- **Before:** Ambiguous gradient bar with variable colors
- **After:** 
  - Fixed gradient: Blue (0% = loss) → Purple (50%) → Red (100% = win)
  - Pink dot (slider thumb style) positioned by win probability
  - Left = low chance, Middle = 50/50, Right = high chance
- **Implementation:** CSS + JS replaces old gradient with new bar + pink thumb

### Files Modified
- `docs/dashboard.html` - Added score reordering and new Chance visualization

### To Regenerate Dashboard
Run: `python3 scripts/generate_dashboard.py` (or equivalent)

Notes

  • No related pages yet.