Skip to content
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

Improve the gender selection on the register page #1151

Open
wintermeyer opened this issue Nov 16, 2024 · 0 comments
Open

Improve the gender selection on the register page #1151

wintermeyer opened this issue Nov 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@wintermeyer
Copy link
Collaborator

Move the gender selection up in the form (red):

Bildschirmfoto 2024-11-16 um 17 16 37

And now add a little bit of LiveView magic. The aim is to display the best "Could interest you" selection possible (blue). We start with a mix of male and female. But when somebody changes the gender value we can assume that males only search for females and vice verse (for now we don't change the content for divers). So when that field is changed we should change the content of "Could interest you" accordingly.

And if somebody doesn't change the gender but changes the birthdate, than we can assume that the current gender is the right one and update the "Could interest you" accordingly (e.g. displaying only females).

Bonus: It would be nice if we could make this a bit cooler. I am thinking about removing the not matching entries with a little animation and adding the matching ones in the bottom of the list. So that anybody sees that there was a change and that the new selection makes more sense for him/her.

@wintermeyer wintermeyer added the enhancement New feature or request label Nov 16, 2024
@wintermeyer wintermeyer added this to the MVP milestone Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants