We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The new booleans create a lot of scenarios that mean we need to tweak transactions sent in various places, so I have tested them all.
This screen should simply make you join the set, it should not involve teams.
TX submitted:
{ "applyReferralCode": { "id": "e06b06afebbe86add0fac950df5025fc4dfa762c7fedbe142db19cc5f9092c1c" } }
Status: FAIL
TX expected:
{ "applyReferralCode": { "id": "e06b06afebbe86add0fac950df5025fc4dfa762c7fedbe142db19cc5f9092c1c" "do_not_join_team": TRUE } }
This screen should create a simple referral code and should not create a team, or give you the option to.
TX Submitted:
{ "createReferralSet": { "isTeam": false } }
Status: PASS
NB. I'm assuming the fact I dont see do_not_create_referral_set is because it is false....
do_not_create_referral_set
Should be submitting a createReferralSet TX with the boolean to create the referral set to NO.
{ "createReferralSet": { "isTeam": true, "team": { "name": "TraderLad", "teamUrl": "", "avatarUrl": "", "closed": true, "allowList": [] } } }
{ "createReferralSet": { "isTeam": true, "do_not_create_referral_set":true, "team": { "name": "TraderLad", "teamUrl": "", "avatarUrl": "", "closed": true, "allowList": [] } } }
Should change to "upgrade to team" and supply the updateReferralSet TX.
updateReferralSet
TBC but pretty sure this all works
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Chore
The new booleans create a lot of scenarios that mean we need to tweak transactions sent in various places, so I have tested them all.
Referral page
Apply referral code
This screen should simply make you join the set, it should not involve teams.
TX submitted:
Status: FAIL
TX expected:
Create referral code
This screen should create a simple referral code and should not create a team, or give you the option to.
TX Submitted:
Status: PASS
NB. I'm assuming the fact I dont see
do_not_create_referral_set
is because it is false....Competitions page
Create a team / solo play
Should be submitting a createReferralSet TX with the boolean to create the referral set to NO.
TX submitted:
Status: FAIL
TX expected:
Create a team / solo play when you alredy have a referral set
Should change to "upgrade to team" and supply the
updateReferralSet
TX.Status: PASS
Join Team
TBC but pretty sure this all works
Additional details / background info
The text was updated successfully, but these errors were encountered: