gabekutner / roommatefinder-mobile

Welcome to DormParty: a social platform for college kids looking for dorm roommates. Help out with the first version of RoommateFinder by sharing feedback and contributing to the code.
https://gabekutner.github.io/roommatefinder-mobile/
Apache License 2.0
3 stars 0 forks source link

🚀 Feature: Sex options #35

Open gabekutner opened 1 month ago

gabekutner commented 1 month ago

See backend issues:

This talk about making another option for sex in the Setup file of the Auth views. Currently there's only options for Male or Female, we need an option for Other. Send the request with syntax, { sex: "O" } and design another box for selecting this.

You can do whatever you for the design, it can be a box or a textinput if people want to specify. But in the end what matters is that these users can get put on the lgbt part of the app which is filtered by the "O" value in the sex field, so make sure no matter what is entered users still get sent to this part of the app if they are lgbt.

NOTE: We can add an option called show_me to the backend that allows users to select what part of the app they want to be on : male or female, while still specifying their sex.