Dashboard v2: Activity + Issues panels

- Replace Kanban with new Dashboard layout
- Status bar (ANAF, Git, Cron) - collapsible
- Activity panel - Clawdbot activity log
- Issues panel - Eisenhower priority, owner filter, programs
- All sections collapsible with localStorage persistence
- issues.json for ROA work tracking
- First issue: D101 RD49→RD50 fix
- Fix notes.html index.json format handling
This commit is contained in:
Echo
2026-01-30 19:48:01 +00:00
parent 42ce6c2698
commit fdabea7271
8 changed files with 1227 additions and 620 deletions

View File

@@ -31,11 +31,17 @@ python3 tools/email_send.py "dest@email.com" "Subiect" "Corp mesaj"
- **API:** `kanban/api.py`
- **Update task:** `python3 kanban/update_task.py`
### YouTube Notes
- **Folder:** `notes/youtube/`
### Notes (toate tipurile)
- **Folder:** `notes/` (subdirectoare: `youtube/`, `retete/`, etc.)
- **Update index:** `python3 tools/update_notes_index.py`
- **Pagina web:** https://moltbot.tailf7372d.ts.net/echo/notes.html
- **Tags domeniu:** `@work`, `@health`, `@growth`, `@sprijin`, `@scout`
**IMPORTANT:** Când salvez orice notă (rețete, youtube, etc.), trebuie să:
1. Salvez în subdirectorul potrivit din `notes/`
2. Rulez `python3 tools/update_notes_index.py` pentru a actualiza indexul
3. Dau link-ul către pagina notes.html
### Git
- **Repo:** ~/clawd → gitea.romfast.ro/romfast/clawd
- **Commit script:** `python3 tools/git_commit.py --push`