I want to create a platform where a Sports Coach of a Team can register and add team players to their profile. But also be able to register them to perform at upcoming events.
For example:
Coach A registers 10 couples on their profile.
Upon registering for an event, the Coach selects which couples will participate in the event.
You could then create dynamic pages for adding players to your events which would only show the players for the coach that is viewing the pages team. You can do this using the wix-users API. Here you could set up an onClick function on a button with the players name that will add them to the database collection for the event.
Some other handy APIs you could use to set this up are the wix-data API and wix-events API.
My idea is just an example of how you could do this, obviously if you have something else in mind go for it but these APIs would be what you’ll need to set it up.