feat(dashboard): learning view over KB curation - #871
Open
kmonsoe wants to merge 1 commit into
Open
Conversation
kmonsoe
force-pushed
the
feat/learning-view
branch
from
August 28, 2026 16:35
401d3cd to
345b081
Compare
GET /v1/kb/curation/decisions exposes the decision record; the new /dashboard/learning renders pending candidates (publish / review / dismiss, reusing the inbox KB drawer) and the decided history. KB candidates leave the overview's Waiting-on-you list; the Learning nav entry and overview stat-row link go live. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CPwvC1MqF1uhpNqC8BmvQN
kmonsoe
force-pushed
the
feat/learning-view
branch
from
August 28, 2026 17:49
345b081 to
b9d5301
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.
Stacked on #870 (→ #869 → #868 → #867 → #866 → #865). The design's "Learning" screen.
What's here
GET /v1/kb/curation/decisions— thin controller over the existingKbService.listCurationDecisions(outcome + limit filters); the rest of the backend already existed (kb-candidates.controller.tshas list/get/update/publish/publish-revision/dismiss).pages/learning.tsx— header ("Every edit teaches."), meta counts (pending / published / dismissed), then the design's cards: pending candidates with a KB-revision/KB-article pill, target-space action line, and Publish / Review & edit / Dismiss (publish and dismiss reuseuseInboxData's existing candidate actions incl. version guards; Review opens the existing KB drawer for body edits); below them the decided history with shipped/dismissed pills, the deciding actor, and the "later passes will not refile it" note.Tests
backend-core control+kb suites: 245 passed; dashboard-pages: 96 passed; typecheck clean (backend-core, dashboard-pages, apps/web); openapi regenerated.
🤖 Generated with Claude Code
https://claude.ai/code/session_01CPwvC1MqF1uhpNqC8BmvQN