Hi I am college student who is fairly new to bubble and needs some help. For my assignment, I am creating an application that allows 5 a-side football players to sign up and find other 5 a-side players in the local area (Cork). The aim is that once a player signs up they can click ‘find me a game’ and they will be allocated into groups which they can then collaborate with the other group members.
I need a hand in creating these groups and automatically assigning players (max 10 per group) to these groups under certain criteria (eg. Availability, Level of football etc.) I was wondering if anyone could help me with how to create the workflow that once the logged in user clicks the ‘find me a game’ button, they will be automatically designated to a group. I have looked at numerous tutorials and YouTube videos but am unable to find one that relates specifically to group allocation.
So far I have created a fully functional login, registration and profile creation. I have created two data types - User and Group - which include information such as (User - Name, Email, Age, Address, Group Number etc., Group - Group number, Members, Group Leader.) Is there anything else I need and what can I do to allocate these users into groups.