-
Notifications
You must be signed in to change notification settings - Fork 17
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
How to support Unknown Gender as sex value. #21
Comments
Hi Corrado, I understand your point of view. I too don't want to put more hurdles to you. I am already on the way to include Thanks, |
Hi sorry for the delay but as I said I am really busy. Of course gender is heavily connected to many functionalities, I'd suggest to adopt TDD approach. So fork the this project add some tests about the new gender value and see what get broken. Start from model_settings_spec.rb then alter the sample tree used in spec adding someone with unknown gender and add tests to query_methods_spec.rb. Then add tests to alter_* methods |
Thanks @masciugo, This will help me get on. I will check accordingly. |
@mukeshsinghr have you made any progress towards this issue? I am aslo dealing with needing an other for my needs. |
Hi @scriptmonkey , I have handled it in my application layer, so I didn't modify the |
Hi @masciugo,
I have the fixed the previous my issues my own. They are working :)
I wanted to support the use case where I can have gender as Unknown - U as value.
Is it possible ? I am trying to do so but getting many things to change. Still facing issues. This is kind of very important for me to solve at this stage.
Can you please help and let me know the possibility.
Thanks,
Mukesh
The text was updated successfully, but these errors were encountered: