This pull request adds the second step of the process for a user at an Organization to create a user on VMI:
a new org_create_member_basic_info view takes the user’s input for several fields that were not collected during the first step (birthdate, nickname, gender, and email), makes a PUT request to update those fields for the relevant VMI user, and updates the relevant member in smh_app
unsuccessful updates show the user the errors
successful updates redirect the user to the next step (verifying identity)
Note: this pull request depends on #39
This pull request adds the second step of the process for a user at an
Organization
to create a user on VMI:org_create_member_basic_info
view takes the user’s input for several fields that were not collected during the first step (birthdate, nickname, gender, and email), makes a PUT request to update those fields for the relevant VMI user, and updates the relevant member insmh_app