From fdabea7271ebffbd744120a070bb49b58a10c953 Mon Sep 17 00:00:00 2001 From: Echo Date: Fri, 30 Jan 2026 19:48:01 +0000 Subject: [PATCH] Dashboard v2: Activity + Issues panels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- TOOLS.md | 10 +- kanban/index.html | 1481 ++++++++++++--------- kanban/issues.json | 29 + kanban/notes-data | 1 + kanban/notes.html | 5 +- notes/index.json | 179 +++ notes/retete/ciorba-burta-falsa-cu-pui.md | 82 ++ tools/update_notes_index.py | 60 +- 8 files changed, 1227 insertions(+), 620 deletions(-) create mode 100644 kanban/issues.json create mode 120000 kanban/notes-data create mode 100644 notes/index.json create mode 100644 notes/retete/ciorba-burta-falsa-cu-pui.md diff --git a/TOOLS.md b/TOOLS.md index 1876708..aefd564 100644 --- a/TOOLS.md +++ b/TOOLS.md @@ -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` diff --git a/kanban/index.html b/kanban/index.html index fcebff1..9355de7 100644 --- a/kanban/index.html +++ b/kanban/index.html @@ -3,43 +3,58 @@ - Echo · Tasks + Echo · Dashboard @@ -450,8 +661,8 @@