Help guys! I am planning on developing a platform that will connect different users to exchange their skills.
Imagine that a User that can teach French and is willing to learn how to play the Piano.
So, how can I show to this User a list of skills that are offered by Users that are willing to learn French and can also give Piano classes. (It’s a double match)
I tried creating 2 collections (1.My skills and 2.Desired skills) so I would show to the Logged in User a list as:
. All Skills
. Skills owner email is not equal to logged in user email
. Skills owner > desired skill contain Logged in user Skill (and vice versa)
So then I would have a list of Skills to show to the user that would already provide a “match” so then they could initiate a chat conversation.
But it didn’t work the way I imagined… because the last 2 filters are not able to be done in Adalo…