C14L / dtr5

Meetup app for Reddit users based on subreddit subscriptions.
https://reddmeet.com
12 stars 2 forks source link

for search options, have a checkbox for the gender of who you're looking for, so that you could choose more than one option #45

Open C14L opened 8 years ago

s1gtrap commented 8 years ago

I believe this should extend to ones interests as well, so that instead of specifying that you're "x interested in y", you pick a gender, and tag interests onto that. It seems kind of strange to have a separate category for every gender/interest combination, as opposed to just having three (or more) types, and building interests from that:

SEX = (
    (0, 'woman'),
    (1, 'man'),
    (2, 'other'),
)

The current implementation also shows up as "my gender: man who likes women" on your profile page, which I find kind of strange :)