feat: add kanban board

This commit is contained in:
2026-07-15 01:12:40 +05:00
parent 0454a32d8c
commit 35465f581f
12 changed files with 718 additions and 1 deletions
+9
View File
@@ -124,6 +124,15 @@ Split layout: список (filter/group) + detail (editable markdown body).
| Dashboard | multi-folder list; save по location из host cache |
| Watchers | на каждый active folder |
### Фаза 7 — Kanban
| Модуль | Поведение |
| --------------------------- | ------------------------------------------------------------------- |
| `buildKanbanBoard` | 4 колонки status (пустые остаются); tasks by status; `updated` desc |
| `parseKanbanInboundMessage` | ready / refresh / moveTask |
| Host | `TaskKanbanPanel`; move → `changeStatus` + location cache |
| UI | HTML5 DnD; command `openKanban` |
## Зависимости
- `front-matter` — разбор YAML frontmatter (body + attributes)