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, when you're on the dashboard of the demo and you'll press change character it just wipes the state and starts fresh. It would be nice if we can drop the user directly into the onboarding flow at the character selection step.
We also keep track of the characters that the user has completed. We could add a checkmark to the characters that are already done?
The onboardingSlice keeps track of the onboarding step that the user is on.
We should create an redux action named something like 'demo/CHANGECHARACTER' that resets the current state and changes the onboarding step to 2 (PICK_CHARACTER).
The text was updated successfully, but these errors were encountered:
janrtvld
changed the title
Change button redirects to blank screen
Change button redirect to characters screen
Jan 9, 2022
Currently, when you're on the dashboard of the demo and you'll press change character it just wipes the state and starts fresh. It would be nice if we can drop the user directly into the onboarding flow at the character selection step.
We also keep track of the characters that the user has completed. We could add a checkmark to the characters that are already done?
onboardingSlice
keeps track of the onboarding step that the user is on.The text was updated successfully, but these errors were encountered: