Background
Would love to implement a referral system, where users can invite their friends to sign up to Sectors and be awarded points / goodies.
Preliminary research shows that this could be a very simple implementation like the answers here or you can just use a django plugin like pinax-referrals.
Desired Result
The user should be able to see who they have referred and have a count of that on the front end. We can further gamify it by giving out badges, points, goodies.
Requirements
[ ] Research existing solutions
[ ] Django model + db migration
[ ] Integrate Pinax / other django app if deemed necessary by (@vccalvin33)
[ ] Develop front end view to get referral link and see successful referrals i.e. verified email
[ ] Final review and merge into staging (@onlyphantom)
Background Would love to implement a referral system, where users can invite their friends to sign up to Sectors and be awarded points / goodies.
Preliminary research shows that this could be a very simple implementation like the answers here or you can just use a django plugin like pinax-referrals.
Desired Result The user should be able to see who they have referred and have a count of that on the front end. We can further gamify it by giving out badges, points, goodies.
Requirements
Additional context None