Open HIM92 opened 6 months ago
edit profile
page instead of the public profile page? It it's kind of account/profile management thing so it fits better to edit profile
IMO.get referral link
option available? It should generate invitation to Common or Community? Related to question from other ticket. I think we should be more explicit about it. @masvelio @mzparacha in which step of the onboarding flow are you going to be passing the referral link? I'm guessing it will be in one of the calls to UpdateUser, but I'm looking at the step where we consider the onboarding completed so I can emit a new "SignUpCompleted" event with this extra property that will be used to project referrals
@Rotorsoft we have flag is_welcome_onboard_flow_complete
and based on this we update the state on the FE (user.isWelcomeOnboardFlowComplete). Whenever this flag is turned to true, you can emit an event
- Shouldn't we put this into the
edit profile
page instead of the public profile page? It it's kind of account/profile management thing so it fits better toedit profile
IMO.- User dropdown menu has always
get referral link
option available? It should generate invitation to Common or Community? Related to question from other ticket. I think we should be more explicit about it.
Added some screens that hopefully address these Qs @masvelio https://www.figma.com/design/Vr3dv2IjUFSonyxZdwzfVU/Referral-Program?node-id=452-4802&t=kJdzkCYZteNB8uhv-1
I believe @sssssabinaaa answers are sufficient here
Description
Users can refer friends directly to common by generating a link on their profile page.
Project Owner
@Him9289
Bucket ID
7766
User Stories / Acceptance Criteria
Referrer: As a user on Common, I can refer my friends to common the platform directly. I can click the profile dropdown on the top right of the screen where it says "Get referral link." From here I am taken to my profile page and the referral link modal is shown. I can copy this link and immediatelyby hitting the copy button, highlighting and copying the referral link from the text box, or by hitting any of the “share to” buttons.
Referral: As a new user referred here by a friend, when I clicked their referral link I was given I am taken to Common and funneled into the user onboarding flow where I create my account. I am not auto-joined to any communities.
Design Devlink
https://www.figma.com/file/Vr3dv2IjUFSonyxZdwzfVU/Referral-Program?type=design&node-id=234-4556&mode=design&t=Z5OYcCvlgm7bEOCM-0
Design Screenshot
Common invite referral modal
Additional Context
No response