HankoAcademy / UnraisinYourself

MIT License
0 stars 2 forks source link

Request user's name to present in the home screen #8

Open han-codes opened 1 year ago

han-codes commented 1 year ago

If this is the first time the user has entered in the app, request the user's name so that we can display it in the header of the home screen.

If login capability has not yet been added by the time of this ticket, feel free to ask the user for their name as you see fit. Maybe a view for asking them their name or just an alert that displays. The user should only be prompted to enter in their name once if they've already done so. If the user ignored the prompt, we can continue to ask them for their name

Dev Notes: UserDefaults could be one option of knowing whether the user has entered in their name or not that persists across app launches