Application form currently uses free-text input for school/university and major fields (schema-driven, see client/web/src/pages/hacker/apply/steps/SchemaStepRenderer.tsx and the application question schema config, likely backed by GET|PUT /v1/superadmin/settings/saquestions).
Replace free-text entry with a dropdown / preset list of common values for:
- School / University
- Major
Should reduce inconsistent/misspelled entries and make admin review/filtering easier.
Application form currently uses free-text input for school/university and major fields (schema-driven, see
client/web/src/pages/hacker/apply/steps/SchemaStepRenderer.tsxand the application question schema config, likely backed byGET|PUT /v1/superadmin/settings/saquestions).Replace free-text entry with a dropdown / preset list of common values for:
Should reduce inconsistent/misspelled entries and make admin review/filtering easier.