1.7 KiB
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
Related
- No related pages yet.