Question about tenants with jetstream teams and multiple resources

What I am trying to do:
I'm in the process of refactoring a Livewire 3 app into Filament. I used jetstream teams, but removed the personal teams. Every team can have multiple catalogs which contain products, links and exports (which would be the resources) related to the catalog.

My questions:
  • How do I setup the multi-tenancy: Should it be based on teams or catalogs?
  • Is it possible to have "sub-resources" when I'm in a specific catalog?
Solution
Just use the Tenants menu as normal for the Team. Then the catalog can be a custom select which sets a session value and your global scope on your models uses that else it returns blank
Was this page helpful?