closes board-viewer-polish
- M1 src/parser.ts: comment explaining why **Status:** text field is intentionally
ignored (emoji is canonical, prevents future-reader head-scratch)
- M2 src/render.ts + tests: clamp future ISO to '0m' (server clock drift safety)
+ inline comment + test
- M3 .tasks/board-viewer-gitea-reader.md: decisions-log clarifying orphan
per-task files are out of scope by design (STATUS.md = index of record)
- M4 static/board.{js,css} + src/render.ts: filter rebuilt to query records
(not DOM badge text); 5 status-filter pill buttons in header with active
toggle state; smoke-verified blocked filter
- M5 deploy/Dockerfile.build: HEALTHCHECK (file fresher than 2×tick) and
stderr redirect for failures with timestamp
- M6 src/reader.ts: parallelize getLatestCommitIso per-repo via Promise.all
(preserves block order)
49 tests pass (was 43 pre-polish), typecheck clean, smoke against real Gitea
returns 81 records from 4 repos.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
76 lines
3.7 KiB
Markdown
76 lines
3.7 KiB
Markdown
# Task Board
|
||
_Updated: 2026-05-22_
|
||
|
||
## 🟢 [board-viewer-pointers] — pre-impl: fill Domain conventions with design-context pointers
|
||
**Status:** done
|
||
**Where I stopped:** pointer-блок вставлен в `.wiki/CLAUDE.md` Domain conventions; коммит готов, ждёт push.
|
||
**Next action:** push после approval; затем разблокировать `board-viewer-gitea-reader`.
|
||
**Branch:** master
|
||
|
||
---
|
||
|
||
## 🟢 [board-viewer-gitea-reader] — Gitea API reader → normalized task structure
|
||
**Status:** done
|
||
**Where I stopped:** TaskRecord контракт реализован (parser+gitea+reader+config); 25 тестов; typecheck clean. Тесты используют 3 реальных STATUS.md fixture'а.
|
||
**Next action:** разблокировать html-render — потребляет `readBoard(client, repos) → TaskRecord[]`.
|
||
**Branch:** master
|
||
|
||
---
|
||
|
||
## 🟢 [board-viewer-html-render] — render 5-col kanban from normalized structure
|
||
**Status:** done
|
||
**Where I stopped:** render+cli+static готовы; 17 render тестов; smoke-verified против real Gitea (78 records, 4 repos), both toggle modes работают, drawer lazy-fetch'ит markdown.
|
||
**Next action:** разблокировать cron-deploy — артефакт `dist/index.html + dist/static/` готов для systemd+traefik.
|
||
**Branch:** master
|
||
|
||
---
|
||
|
||
## 🟡 [board-viewer-cron-deploy] — docker-compose stack on VDS (board.kzntsv.site)
|
||
**Status:** code-complete (waiting on user-side deploy actions)
|
||
**Where I stopped:** deploy/ полностью написан (compose + Dockerfile.build + nginx.conf + auth.toml.example + .env.example + README). Compose syntax валидируется. Изменён mechanism: docker stack вместо systemd timer (user choice).
|
||
**Next action:** user-side — DNS A-запись, `docker build && push`, bootstrap `/opt/stacks/board-viewer/` на VDS, `compose up -d`, smoke curl. После — установить 🟢.
|
||
**Branch:** master
|
||
|
||
---
|
||
|
||
## 🟢 [board-viewer-review] — review checkpoint (umbrella)
|
||
**Status:** done
|
||
**Where I stopped:** independent review выполнен subagent'ом (clean context, не имплементер). 43/43 тестов pass, secret hygiene clean, TDD-immutability чисто. 2 Major + 6 minor/nitpick findings зафайлены как follow-up таски ниже.
|
||
**Next action:** взять одну из ⚪ fix-тасок (readme-emoji или card-meta).
|
||
**Branch:** master
|
||
|
||
---
|
||
|
||
## 🟢 [board-viewer-readme-emoji-fix] — fix stale emoji legend in README.md
|
||
**Status:** done
|
||
**Where I stopped:** README обновлён: правильный emoji-словарь + Quick start заполнен + добавлены Deploy/Architecture секции.
|
||
**Next action:** —
|
||
**Branch:** master
|
||
|
||
---
|
||
|
||
## 🟢 [board-viewer-card-meta-fix] — add owner pill + last-commit-marker to cards
|
||
**Status:** done
|
||
**Where I stopped:** owner pill + short ISO date (`YYYY-MM-DD` + tooltip с full ISO) рендерятся в обеих ветках (`render.ts` + `board.js`). 4 новых TDD-теста; smoke-verified.
|
||
**Next action:** —
|
||
**Branch:** master
|
||
|
||
---
|
||
|
||
## 🟢 [board-viewer-polish] — bundle of 6 minor/nitpick findings from review
|
||
**Status:** done
|
||
**Where I stopped:** все 6 items закрыты в одной сессии. 49 тестов pass (+2 от polish: M2 future-ts, M4 status-filter markup). Smoke-verified: status pill click фильтрует cards.
|
||
**Next action:** —
|
||
**Branch:** master
|
||
|
||
---
|
||
|
||
<!--
|
||
Status legend:
|
||
🔴 Active — only one at a time
|
||
🟡 Paused — in progress, resumable
|
||
⚪ Ready — defined, not started
|
||
🟢 Done — kept until merged
|
||
🔵 Blocked — waiting on external input
|
||
-->
|