Skip to content

Create The Form That Goes Into The New OnBoarding Page And Handle Submission #77

Description

@jmoldyvan

Related Issues

Description

  • Create a form, in the new OnBoarding page, with each of the fields from the user profile. This will include the following: bio, twitter_username, linkedin_url, github_username, website

  • bio should have (string, max 1000 chars), other fields should have (string, max 200 chars)

  • Create a submit button on the page that updates the user profile fields with what they have completed, using the PATCH /api/users/:id endpoint.

  • Redirects users to the dev-directory list page after submission

Acceptance Criteria
User can complete and submit the form.
The user model is updated.
The user is successfully redirected.

Includes end-to-end tests.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions