Please enable JavaScript.
Coggle requires JavaScript to display documents.
register with localSotrage (affiliateId (email (token (quiz (localStorage…
register with localSotrage
!affiliateId
signin
affiliateId
!email
trial
verify-email
quiz
localStorage.removeItem("...")
email
token
quiz
localStorage.removeItem("...")
!token
verify-email
quiz
localStorage.removeItem("...")
issues
user clears localStorage after verifying their email and before the quiz
user is left unscored
user closes the app before verifying their email
user attempts to register from a diff device
registration starts from the trial form again
user finishes registration on the second device
user attempts to finish registration on the first device
email has already been verified proceed to login error
user closes app in the middle of the quiz
user attempts to register from a different device
email is already in use error
user will still be able to complete the quiz on the first device
register mutaitons
sendOnboardingCode
verifyOnboardingCode(verify email)
create account
createStripeCard
startSubscriptionPlanTrial
assessOnboardingScore
store in locally
affiliateId
email
email-verified
optionally current question