broach44 / for-the-love-of-java

1 stars 0 forks source link

Create User Profile #8

Closed broach44 closed 4 years ago

broach44 commented 4 years ago

User Story

As a user, I would like to be prompted when I first authenticate to create a profile with information about myself

AC

WHEN I authenticate THEN I should be prompted to create a profile automatically if a collection does not already exist for my user id

Dev Notes

broach44 commented 4 years ago

Use a picker for the country, region, selector. This should have the state and city's as options so the user is unable to enter something that is invalid. Use the reference here: https://www.npmjs.com/package/react-country-region-selector

broach44 commented 4 years ago

Modal with Portal in React: https://www.freecodecamp.org/news/how-to-render-modals-in-react-bbe9685e947e/