Skip to content

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

Merged
balebbae merged 2 commits into
mainfrom
dynamic_dropdowns
Jul 25, 2026
Merged

feat: convert race and ethnicity fields to dropdowns with the option of custom answers#108
balebbae merged 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":[

]
}

@balebbae
balebbae force-pushed the dynamic_dropdowns branch from 0b3e31d to ac1fd0d Compare July 25, 2026 23:41
@balebbae
balebbae merged commit d26887f into main Jul 25, 2026
3 checks passed
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

2 participants