Skip to content

feat: convert race and ethnicity fields to dropdowns with the option of custom answers#108

Open
NoelVarghese2006 wants to merge 2 commits into
mainfrom
dynamic_dropdowns
Open

feat: convert race and ethnicity fields to dropdowns with the option of custom answers#108
NoelVarghese2006 wants to merge 2 commits into
mainfrom
dynamic_dropdowns

Conversation

@NoelVarghese2006

Copy link
Copy Markdown
Collaborator
Image Image

database vals:
{
"age":18,
"race":"manual option",
"major":"Artificial Intelligence",
"phone":"",
"saq_1":"a",
"saq_2":"a",
"saq_3":"a",
"saq_4":"a",
"gender":"",
"github":"",
"website":"",
"linkedin":"",
"ethnicity":"other manual option",
"last_name":"b",
"first_name":"a",
"shirt_size":"",
"university":"Angelo State University",
"ack_mlh_coc":true,
"heard_about":"",
"accommodations":"",
"level_of_study":"Junior",
"ack_mlh_privacy":true,
"experience_level":"",
"opt_in_mlh_emails":false,
"hackathons_attended":0,
"country_of_residence":"",
"dietary_restrictions":[

]
}{
"age":12,
"race":"Asian",
"major":"Aerospace Engineering",
"phone":"",
"saq_1":"a",
"saq_2":"a",
"saq_3":"a",
"saq_4":"a",
"gender":"",
"github":"",
"website":"",
"linkedin":"",
"ethnicity":"Not Hispanic or Latino",
"last_name":"a",
"first_name":"a",
"shirt_size":"",
"university":"Auburn University",
"ack_mlh_coc":true,
"heard_about":"",
"accommodations":"",
"level_of_study":"Sophomore",
"ack_mlh_privacy":true,
"experience_level":"",
"opt_in_mlh_emails":false,
"hackathons_attended":0,
"country_of_residence":"",
"dietary_restrictions":[

]
}

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

Successfully merging this pull request may close these issues.

feat: convert race and ethnicity fields to dropdowns with the option of custom answers

1 participant