penkesiva / testprep

Eq Test Prep
0 stars 2 forks source link

Welcome *username* #5

Closed penkesiva closed 5 years ago

penkesiva commented 5 years ago

The home page should welcome user with his/her name. Example: Welcome, Ravi. Good Morning!

penkesiva commented 5 years ago

Welcome username on nav drawer and signout in Settings

salgubelli commented 5 years ago

Sign out in settings required? what is the behavior on clicking sign out? sign out and re-launch the app

penkesiva commented 5 years ago

I think signout is required for balancing it out with signin. We would show the sign-in screen and hide all the app's content. On clicking the sign-out in settings, the UI will return to sign-in UI (no need to relaunch the app).

We can also use this activity to close the database so that any pending writes will happen; also to push final statistics to the cloud. A 'remember me' option will help user for ease of login next time.