Hi everyone! I’m a nontechnical founder newly using Bubble to build an app that will match users immediately, based on a sorting workflow that totals the weighted values of profile tags that users have matched, then going down a descending priority chain of matching relevance.
What this looks like is this:
User Profile Tags: A C D E F 1 3 5 6 9
Possible Matcher 1 Tags: A D E F 2 3 5 8
Possible Matcher 2 Tags: B D 1 2 4
Possible Matcher 3 Tags: B F 2 4 7
Matching relevance, if letters were assigned 2 points and numbers 1 point:
User & 1: 10 points
User & 2: 3 points
User & 3: 2 points
The user would then put out a request to chat with users 1, then 2 a minute later, then 3 a minute later.
Are there good starting points for reading about how to build this functionality on here?
I’ve got takeaways for different parts of the app I’m building from different lessons, but nothing that has really answered this particular knowledge gap, which is a core feature of the app.
Please help! Thanks, glad to be here