I started in Joomla, but am considering switching to Drupal because I encountered that everytime I wanted something a bit more complicated than the standard template, or edit simple stuff like colours or position I had to change the code. Specifically the filter I wanted to create. I don't want to learn coding, or only the basics at most.
We are moving to Drupal for an internal web site. I am responsible for a separate project to stand up a file repository consisting of Word documents, videos, etc. My project is moving faster, so I want to create my repository in a way that will be easier to move into Drupal if we are eventually asked to do so. My questions are:
I want to create a multi-tenant SaaS Application using Drupal.
This will work as follows: The App should work for multiple clients, let’s say client1, client2 and client3. Each of those clients have a specific clients page, e.g. localhost/client1.
The App should automatically detect weather one user belongs to client1, client2 or client 3 by the email-suffix (e.g. @client1.com) and redirect the user to their specific client’s page. So, the page localhost/client1 can only be accessed by users with the Email-suffix @client1.com.