Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1b3f354
feat(onboarding): add Patchy persona quiz step + demo page
idoshamun Jun 3, 2026
e47a403
feat(onboarding): refresh persona quiz with v5 data + triple-tie UX
jastete11 Jun 3, 2026
fb540b0
feat(onboarding): hard locks on self-id questions + Q2/Q22 rewording
jastete11 Jun 3, 2026
47c875b
feat(onboarding): skip contradictory main-language questions
jastete11 Jun 3, 2026
c32ca54
feat(onboarding): close primary-domain group on Q1/Q2
jastete11 Jun 3, 2026
3154ae3
feat(onboarding): reword Q11 to be more concrete
jastete11 Jun 3, 2026
ff31509
feat(onboarding): reframe Q11 around scope of AI work
jastete11 Jun 3, 2026
0da8478
feat(onboarding): reframe Q11 around agentic AI use
jastete11 Jun 3, 2026
8cb1473
feat(onboarding): collapse AI App Builder + Eng Leader, add Tech Stra…
jastete11 Jun 4, 2026
1d06272
feat(onboarding): recalibrate persona matrix from engagement data
jastete11 Jun 4, 2026
e0757f5
feat(onboarding): group Q4/Q6/Q7 under primary-platform
jastete11 Jun 4, 2026
c70cec5
feat(onboarding): persona quiz micro-interactions, modifiers after pe…
idoshamun Jun 4, 2026
c2a6382
chore(onboarding): fix prettier formatting in persona data/engine
idoshamun Jun 4, 2026
0e241ce
feat(onboarding): cross-group implications + tighten DevOps lock
jastete11 Jun 4, 2026
3e8144d
feat(onboarding): finish open exclusive groups + DevOps lock + Java q…
jastete11 Jun 4, 2026
3b39b41
feat(onboarding): Patchy video mascot, two-column layout, top warmth …
idoshamun Jun 7, 2026
b52f092
feat(onboarding): rename Tech Strategist + reword three on-the-nose l…
jastete11 Jun 7, 2026
cefdcb9
feat(onboarding): per-answer mascot clips, reveal mid-animation, butt…
idoshamun Jun 7, 2026
a99ded8
chore(onboarding): remove persona quiz debug tooling; add idle clips
idoshamun Jun 7, 2026
e4b9494
feat(onboarding): show Patchy on mobile persona quiz with bottom thum…
idoshamun Jun 7, 2026
43c9157
feat(onboarding): cross-fade question transitions, center thinking dots
idoshamun Jun 7, 2026
fd2a07d
feat(onboarding): spotlight-stage persona quiz redesign
idoshamun Jun 17, 2026
39fd1cc
feat(onboarding): batch-follow persona and modifier tags on quiz finish
idoshamun Jun 17, 2026
c9e36da
feat(onboarding): surface persona tag-follow failures with retry
idoshamun Jun 17, 2026
412cd3a
feat(onboarding): add ML Engineer persona + refine all persona/modifi…
jastete11 Jun 17, 2026
bd6fd8a
fix(onboarding): make ML Engineer reachable + separate it from AI Spe…
jastete11 Jun 17, 2026
6d3ae50
feat(onboarding): rebalance persona feed tags for precision
jastete11 Jun 17, 2026
1bc092e
feat(onboarding): rebalance modifier feed tags for precision
jastete11 Jun 17, 2026
c3d336e
fix(onboarding): restore resolveFollowTags and fix persona data parse…
idoshamun Jun 17, 2026
3b7764c
fix(onboarding): prime feed settings before persona tag-follow
idoshamun Jun 17, 2026
ba22a33
feat(onboarding): refine persona quiz copy and taglines
idoshamun Jun 17, 2026
6b040d1
feat(onboarding): drop emojis from persona quiz modifiers
idoshamun Jun 17, 2026
97abc97
chore(onboarding): fix prettier formatting in persona quiz
idoshamun Jun 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import {
FunnelOrganicSignup,
FunnelBrowserExtension,
FunnelUploadCv,
FunnelPersonaQuiz,
} from '../steps';
import { FunnelFact } from '../steps/FunnelFact';
import { FunnelCheckout } from '../steps/FunnelCheckout';
Expand Down Expand Up @@ -79,6 +80,7 @@ const stepComponentMap = {
[FunnelStepType.PlusCards]: FunnelPlusCards,
[FunnelStepType.BrowserExtension]: FunnelBrowserExtension,
[FunnelStepType.UploadCv]: FunnelUploadCv,
[FunnelStepType.PersonaQuiz]: FunnelPersonaQuiz,
} as const;

function FunnelStepComponent(props: {
Expand Down
Loading
Loading