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
As part of the onboarding process, we want to display a one-time screen where we greet the user and let them know we will start the onboarding process.
Problem
n/a
Solution
n/a
Alternatives considered
n/a
Additional context
This is part of the onboarding and should happen only once.
Depending on how far we want to go we should implement an API on the backend to allow flagging the user as onboarded=true so that if they install the app on a different device we don't have them go again through the onboarding procedure. If this isn't an issue then we might as well implement this in the device (User Data?) and read this flag locally each time the app starts
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Use Case
As part of the onboarding process, we want to display a one-time screen where we greet the user and let them know we will start the onboarding process.
Problem
n/a
Solution
n/a
Alternatives considered
n/a
Additional context
This is part of the onboarding and should happen only once.
Depending on how far we want to go we should implement an API on the backend to allow flagging the user as
onboarded=true
so that if they install the app on a different device we don't have them go again through the onboarding procedure. If this isn't an issue then we might as well implement this in the device (User Data?) and read this flag locally each time the app startsCode of Conduct
The text was updated successfully, but these errors were encountered: