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
Is your feature request related to a problem? Please describe.
This issue is a part of the GSoC project: Interactive Onboarding Flow.
We are planning to introduce certain onboarding flows in order to make the experience of a new user effortless in terms of having to decide which button to click next; and to make sure they are able to start learning quickly and take advantage of all the features that the app has to offer.
Describe the solution you'd like
To make sure we do not throw too much information at the user at once, we check how many times this user has logged into the app and then decide what to show to them, thus streamlining how much information is being given to them and when.
The text was updated successfully, but these errors were encountered:
* add number_of_logins field to profile proto
* add increment login count function
* add tests
* init number of logins to 0 when new profile is added
* shorten test name for lint issue
* shorten test name for lint issue
* use suggested approach for login count increment
* use suggested approach for login count increment + lint fix
* fix test name and logic as suggested
* modify test to check for login count = 2 after 2 logins
* nit
* lint
* rename test
* nit - add full stop
Is your feature request related to a problem? Please describe.
This issue is a part of the GSoC project: Interactive Onboarding Flow.
We are planning to introduce certain onboarding flows in order to make the experience of a new user effortless in terms of having to decide which button to click next; and to make sure they are able to start learning quickly and take advantage of all the features that the app has to offer.
Describe the solution you'd like
To make sure we do not throw too much information at the user at once, we check how many times this user has logged into the app and then decide what to show to them, thus streamlining how much information is being given to them and when.
The text was updated successfully, but these errors were encountered: