Skip to content

Question-Answer based Matching #1

@rajdesai17

Description

@rajdesai17

I was thinking of a matching algorithm to this dating web app. It will be a creative and engaging way to introduce a layer of compatibility based on shared interests and problem-solving skills.

Here's a basic outline of how we can implement this:

  1. Question Generation:
  • Create a database of coding questions or scenarios.
  • Randomly select a question for each match.
  1. User Interaction:
  • When a user swipes right on a profile, the selected question appears.
  • The user provides their answer.
  • The answer is stored in the user's profile.
  1. Matching Algorithm:
  • When two users match, compare their answers to the same question.
  • If the answers match (or are sufficiently similar), the match is considered a "super match."
  • User Interface:

Display the question and answer field on the match screen.
Highlight "super matches" with a special indicator or notification.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions