Skip to content
New issue

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

Change button redirect to characters screen #13

Open
janrtvld opened this issue Jan 9, 2022 · 0 comments
Open

Change button redirect to characters screen #13

janrtvld opened this issue Jan 9, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@janrtvld
Copy link
Contributor

janrtvld commented 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?

  • 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).
@janrtvld janrtvld changed the title Change button redirects to blank screen Change button redirect to characters screen Jan 9, 2022
@janrtvld janrtvld added the enhancement New feature or request label Jan 9, 2022
@janrtvld janrtvld added the good first issue Good for newcomers label Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant