-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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:
- Question Generation:
- Create a database of coding questions or scenarios.
- Randomly select a question for each match.
- 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.
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels