You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current platform assumes that each person will be interested in people of the opposite gender. It would be better if the user is allowed to override this choice during signup time, so the user can choose whether he/she is interested in males or females (or both).
Requirements:
The admin's /compute/prepare call needs to be modified to generate many more entries in the table.
The user table needs to be given a new field for preference.
The above field's value must be used by the frontend to fetch data (public keys, list of people, etc)
The preference should not be public.
The text was updated successfully, but these errors were encountered:
The current platform assumes that each person will be interested in people of the opposite gender. It would be better if the user is allowed to override this choice during signup time, so the user can choose whether he/she is interested in males or females (or both).
Requirements:
/compute/prepare
call needs to be modified to generate many more entries in the table.The text was updated successfully, but these errors were encountered: