We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description When setting up their account users will be prompted give their name and a little bit about themselves.
Technical notes
Acceptance criteria GIVEN A user navigates to this page for the first time THEN The inputs are empty and the "Continue" button cannot be pressed
GIVEN a user fills in all the inputs WHEN they click continue THEN their data is saved and they are directed to the "Home" page
Non-functional requirements The design should match those provided in Badger Me App
Linked issues Profile Setup page
The text was updated successfully, but these errors were encountered:
It looks like there's not actually an endpoint to store the "About me" profile data in the db
Sorry, something went wrong.
No branches or pull requests
Description
When setting up their account users will be prompted give their name and a little bit about themselves.
Technical notes
Acceptance criteria
GIVEN A user navigates to this page for the first time
THEN The inputs are empty and the "Continue" button cannot be pressed
GIVEN a user fills in all the inputs
WHEN they click continue
THEN their data is saved and they are directed to the "Home" page
Non-functional requirements
The design should match those provided in Badger Me App
Linked issues
Profile Setup page
The text was updated successfully, but these errors were encountered: