Hi! I am having some trouble creating a function in my app.
My app is a platform for organizations, in way to simplify what it does, bosses create an account that can add its organization personnel, members, events etc…
So, what I am trying to achieve is, when a new boss creates an account, a frontend page should be created in order for it’s members to send the membership application, etc…
- The user creates an account for the organization Acme Corporation.
- An Acme Corporation (frontend page) is created for the organization.
How can I achieve this in the best possible way?