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.
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,websitebioshould 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/:idendpoint.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.