Add Onboarding page + restructure team-knowledge detail panel#17
Merged
Conversation
Dashboard: - New /onboarding route lists ALL graduated prompts and ALL learnings (durable + draft) in flat catalog form. Single fetch over /wiki/tree, flattened + sorted client-side. Replaces the old "Behavioral metrics" link from the team picker home page. - Restructure WikiTree DetailPanel into three clearly-labeled sections: Onboarding info (graduated prompts), Learnings (durable + draft with status pill), Description of project (cumulative body_md from root → current folder). Bigger neutral headings with thin underline; pulled back the rainbow tints — color now reserved for true status (best, durable, draft). - Added author chip (✍ name) on every prompt card so newcomers can see who wrote what. API + types: - /wiki/tree now returns prompts.author_user_id so the dashboard chips can attribute each prompt. WikiTreePrompt gains author_user_id field. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
@bbeatricecretu is attempting to deploy a commit to the Bogdan's projects team on Vercel, but is not a member of this team. To resolve this issue, you can:
To read more about collaboration on Vercel, click here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
prompts.author_user_idon/wiki/tree.Test plan
cd apps/dashboard && npm run devand open http://localhost:3001✍ ana,✍ marco, etc., or✍ anonymousfor legacy rows)🤖 Generated with Claude Code