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

56 lines
1.7 KiB
Markdown

---
pageType: source
id: source.2026-03-17-dashboard-updates
title: 2026-03-17-dashboard-updates
sourceType: local-file
sourcePath: /home/topher/.openclaw/workspace-2890-bot/memory/2026-03-17-dashboard-updates.md
ingestedAt: 2026-05-02T21:30:21.947Z
updatedAt: 2026-05-02T21:30:21.947Z
status: active
growth: 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
```text
# 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
<!-- openclaw:human:start -->
<!-- openclaw:human:end -->
## Related
<!-- openclaw:wiki:related:start -->
- No related pages yet.
<!-- openclaw:wiki:related:end -->