You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we're using DIDs, we should use other keys like 8-16 characters
If we use random 8-16 characters then we need to add a entity in user table called maybe refer or we need to store those random somewhere in user profile so we can match the user when someone join by those random characters to assign rewards
Option 2
Or we can just slice down the 8 characters from user id then match user id 8 characters
Also if we should display how many user a joined by user refer link
So we need to create a table for refers which stores the userid of users by refer link
And userid of user who generates link
generate 8-16 chracters
grab referral id from parmeters on page redirect
store id with user
assign points to original user (after completing quests)
The text was updated successfully, but these errors were encountered:
Currently we're using DIDs, we should use other keys like 8-16 characters
The text was updated successfully, but these errors were encountered: