Assigning a group to new user sign up based on who is the coordinator of that group

Hi, I’m very new to bubble and have been working my way through tutorials. My app depends very much on the following

A new user creates a profile and has a defacto profile setting of coordinator.

  1. coordinator creates a new page called xxxx. They are by default the admin of that group.
  2. coordinator invites others to join xxxx by email sign up. Defacto profile status of new users is member.
  3. xxxx can only be viewed by coordinator and users. It is a closed group to them.
  4. my idea is to have many pages like xxxx all with the same template but the coordinator creates a name for the page at sign up and each xxxx is independent of each other. Users cannot access someone elses xxxx for example.

my main concerns at this stage is whether it can be done. I’ve found some tutorials that come close but nothing that is exactly this and privacy. I probably don’t know the language of bubble well enough to know what to search for so any help would be much appreciated. Thanks

What you describe is basically any user-based Bubble application.

So, there will be a page to show all the THINGs. In a repeating group, you can display all the THINGs and filter them based on who created them (just show the ones created by the current user). OR you can create a display all THINGs where current user is in the Members list of the THING.

And yes, each THING will be independent from each other.