-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add referral events processing #10344
Conversation
…ferrals from SignUpFlowCompleted events
# Conflicts: # packages/commonwealth/client/scripts/state/api/user/getReferralLink.ts # packages/commonwealth/client/scripts/views/modals/InviteLinkModal/InviteLinkModal.tsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!... lots of refactoring of new code 😆
Unfortunately yeah - I think it would be wise for future projects to take a "protocol first" approach. That is, we integrate the protocol on the platform side before we do anything else. It may help avoid such refactors in the future. |
# Conflicts: # packages/commonwealth/client/scripts/views/modals/InviteLinkModal/useReferralLink.ts
Link to Issue
Closes: #9999
Description of Changes
referral_link
and all it's references -> replaced with just thereferrer_address
ReferralSet
andFeeDistributed
Test Plan
Deployment Plan
Other Considerations