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

Suggest partners #40

Closed
4 of 6 tasks
oliver-pham opened this issue Jan 18, 2022 · 0 comments · Fixed by #169
Closed
4 of 6 tasks

Suggest partners #40

oliver-pham opened this issue Jan 18, 2022 · 0 comments · Fixed by #169
Assignees
Labels
backend feature Feature request priority:high Issue that needs urgent feedback/attention
Projects
Milestone

Comments

@oliver-pham
Copy link
Collaborator

oliver-pham commented Jan 18, 2022

Is your feature request related to a problem? Please describe.

As a dating app user, I want to get suggestions for any potential parters on this app. These partners should match my basic requirements (e.g. gender orientation, distance, age group). It'd be wonderful if they are compatible with me (e.g. shared interests, values, and relationship goals). Most importantly, I'd prefer getting matches than no matches at all.

Are there any related issues? Please list all of them.

Describe the solution you'd like

Some algorithms to be considered are: Gale-Shapley algorithm & Elo-rating algorithm.

In order to meet a user's basic requirements, potential partners must:

  1. Be sexually attracted and appealing to the user (i.e. compatible gender preference/sexual orientation)
  2. Be within the user's preferred age group
  3. Locate within the user's preferred distance

To maximize compatibility, potential partners should like the user and have as many similarities with the user as possible.

Acceptance criteria

  • User can retrieve a list of potential partners1
  • Partners must meet a user's basic requirements
  • Potential partners should be sorted by whether they like the user and the number of shared hobbies

Describe alternatives you've considered

Suggest random people to the user for a diverse experience 😛

Additional context

Footnotes

  1. partners that fit a user's preference

@oliver-pham oliver-pham added backend feature Feature request priority:low Default priority when a new issue is created labels Jan 18, 2022
@oliver-pham oliver-pham added this to the Milestone 2 milestone Jan 18, 2022
@oliver-pham oliver-pham added this to Backlog in Seeksi via automation Jan 18, 2022
@oliver-pham oliver-pham moved this from Backlog to To Do in Seeksi Jan 23, 2022
@oliver-pham oliver-pham self-assigned this Feb 8, 2022
@minhhang107 minhhang107 added priority:high Issue that needs urgent feedback/attention and removed priority:low Default priority when a new issue is created labels Feb 16, 2022
Seeksi automation moved this from To Do to Done Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend feature Feature request priority:high Issue that needs urgent feedback/attention
Projects
Seeksi
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants