BACK-401/489/490 - Task dates, project health, overview statistics (split 7/9 of #669)#681
Draft
MrLesk wants to merge 4 commits into
Draft
BACK-401/489/490 - Task dates, project health, overview statistics (split 7/9 of #669)#681MrLesk wants to merge 4 commits into
MrLesk wants to merge 4 commits into
Conversation
This was referenced Jun 9, 2026
Draft
…s and milestones across CLI, TUI, Web, and MCP
…rdue, and stale categories with dueDate awareness
22bc6a6 to
0d160c3
Compare
a289a3f to
1f275e7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Maintainer-split slice 7/9 of #669. All commits are authored by @kuwork — I only rebased them onto current
mainand resolved conflicts. Merge with Rebase and merge to keep the per-task commits and original authorship.Stack
Based on
pr669/6-net-wiki-fixes(slice 6). Review only the commits unique to this PR. After the previous slice merges, restack withgit rebase --onto main pr669/6-net-wiki-fixes pr669/7-dates-stats.Tasks in this slice
BACK-401 — dueDate, plannedStart, plannedEnd for tasks and milestones (CLI, TUI, Web, MCP)
TaskandMilestonewith round-trip markdown serializationBACK-489 — Project health indicators: at-risk / overdue / stale
src/core/statistics.ts:calculateHealth()with dueDate awarenessStatistics.tsxhealth dashboard; health dot on task cardsBACK-490 — CLI overview statistics
src/commands/overview.ts:--watch,--format,--outputoptionsmainalready hasbacklog overviewwith a blessed-based interactive TUI (src/ui/overview-tui.ts), which BACK-469 recently made theme-adaptive. This commit replaces that implementation with a picocolors plain-text renderer, discarding the BACK-469 improvements to this file. This needs an explicit decision — it is a rewrite of an existing feature, not an addition.Fix Task Time Problem (unlabeled commit)
Notes
handleUpdateMilestonesilently droppedmain's newer rename flow (milestone reload +milestonein the response, whichserver-search-endpoint.test.tsasserts). Restoredmain's response contract while keeping the new date fields.mcp-server.test.tstool-list expectation was updated tomilestone_editinside BACK-401 (the commit that renames the tool) instead of arriving in slice 8, so this slice's tests pass standalone. Themilestone_rename→milestone_editrename itself is a breaking MCP-surface change that still needs an explicit decision.backlog/tasks/were minted on the fork — re-mint before merge if taken.bun install --frozen-lockfile,bunx tsc --noEmit.Original combined PR: #669.
Full stack: #675 editor/paste → #676 wiki → #677 i18n → #678 doc editing → #679 search/sidebar → #680 fixes → #681 dates/stats → #682 Gantt → #683 timezone/polish — split from #669, all commits authored by @kuwork.