gathering / wannabe

Event-system for TG - wannabe.gathering.org
GNU General Public License v3.0
12 stars 7 forks source link

Adding support for other genders than male and female #61

Closed kmyhre closed 3 years ago

kmyhre commented 3 years ago

Fixes #57. New choices are 'other' and 'prefer not to say', in compliance with guidelines on the subject from HRC.org.

Column wb4_users must include 'other' and 'na' in enum for fix to work.

Language files are updated with new options, but this is not reflected in the UI with this fix. Could someone help out and see why translations are not being applied?

kmyhre commented 3 years ago

The placeholder file for this can be generated using the migrate/new-migration.sh script. Let me know if you want me to generate it for you (in that case I will probably do it directly in master after merging the rest of this PR).

Please feel free to do so, curious to see how database migrations work in a project slightly more organized than «oh bugger, I need to write SQL directly to my database interface again»