PsychoanalysisView: Portrait CTA when 2+ providers connected - #35
Open
brooksRoley wants to merge 1 commit into
Open
PsychoanalysisView: Portrait CTA when 2+ providers connected#35brooksRoley wants to merge 1 commit into
brooksRoley wants to merge 1 commit into
Conversation
When connectedProviders.length >= 2, the third "Continue your practice" card now links to /portrait instead of /calibrate. Calibrate card copy updated to "Connect 2 sources to unlock your Portrait" when < 2. Closes the funnel gap: users completing psychometrics with 2+ providers already connected had no in-page path to their Portrait.
|
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.
What
In
PsychoanalysisView's "Continue your practice" section, the third card now conditionally routes to/portraitinstead of/calibratewhen the user already has 2+ providers connected.Before: Journal · Zeromind · Calibrate (always)
After: Journal · Zeromind · Your Portrait (when 2+ connected) or Calibrate with "Connect 2 sources to unlock your Portrait" copy (when < 2)
Why (funnel gap, verified in code today)
Completing the psychometrics assessment is a high-curiosity, high-motivation moment. A user who has already connected 2+ providers has Portrait access unlocked — but the page previously offered zero in-page path to
/portrait. They had to remember to navigate to/calibrateindependently, or notice the Portrait card there.This change surfaces the Portrait at the exact moment users are most primed to see what their data says about them.
Note:
/portraithas its own unlock guard (connectedCount >= 2). This CTA is only shown when that condition is already satisfied.connectedProvidersis an existing computed already in scope in the component (PsychoanalysisView.vue:707).Files changed
src/views/PsychoanalysisView.vue— template only, no script changesTest steps
/psychoanalysis— third card should read "Your Portrait" with indigo styling/portraitwith Portrait generation availablevue-tsc --noEmit: clean (verified locally)Generated by Claude Code