-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gender should be optional/allow other values #44
Comments
+1. I think we can avoid making this a political discussion - the fact is, I have friends with preferences re: their gender, and I'd like to have a place to document that. |
+1 - three options should be enough though.
|
I think that we should have 4 values actually
|
So if they don't select anything they just have a nil value in the database. Having a separate input for "None" seems redundant. |
@sergiotapia actually no, because these are radio buttons. If you choose one value by mistake, the only way out would be to use "other", and perhaps you don't even want "other" as being a gender? |
I think Why should there be another radio button called None? |
@sergiotapia Because you can't unselect radiobuttons, so without one there is no way to select none. In any case it's entirely possible to know people without being aware of their gender, so having a none option would be nice. |
I think we can do the simplest thing and do as follow:
I'm going to open a PR for this small change. It's more complex to add an |
People have complained that they want to add more genders than Male/Female. It makes sense. The quick workaround for this is to add a rather not say choice everywhere we mention the gender for people, which would be selected by default. In the future we'll be able to add more genders if needed. This change requires migration. Fix #44
This issue has been automatically locked since there |
The gender field seems to be required on records wherever it is present, and only has male/female choices. This forces me to enter bad data where I don't know someone's gender or they identify as some other gender.
Ideally it would be nice to allow other values and 'unknown', but at a minimum making that field optional would at least avoid forcing the user to include known bad data.
(Given the subject matter, I really hope this doesn't become a flamewar...please feel free to lock/delete if it is in danger of doing so. And for the record, and perhaps in hope of averting that, I'll say that this is an actual issue that came up for me when trying the app with online contacts where I don't even know their gender for certain, and some friends who specifically identify as some non-binary option, not an "improve the world with social justice issue.")
The text was updated successfully, but these errors were encountered: