Skip to content
New issue

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

Create "Profile setup" page #26

Open
niall-rb opened this issue Jun 30, 2022 · 1 comment
Open

Create "Profile setup" page #26

niall-rb opened this issue Jun 30, 2022 · 1 comment

Comments

@niall-rb
Copy link

niall-rb commented Jun 30, 2022

Description
When setting up their account users will be prompted give their name and a little bit about themselves.

Technical notes

  • All fields are required
  • The "About me" field cannot be more than 200 characters in length
  • The continue button cannot be pressed unless all inputs have been filled in, otherwise it's disabled

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

@robhannan
Copy link
Contributor

It looks like there's not actually an endpoint to store the "About me" profile data in the db

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants