Active resource
Hi, I'm working on a small project management tool. In this tool, you'll be able to make "Clients" each of which can have multiple "Projects." I've implemented tenancy for the Clients model, enabling the creation of Clients and then Projects within each Client's scope.
I'm not sure on how to implement a dynamic tenancy structure, where the active tenant is initially the "Client," and then a specific "Project." The objective is to first select the desired Client, then choosing one of their Projects, and then manage the resources. Could anybody help with some insights as to how to achieve this?
2 Replies
I don't think such two level tenancy is possible in Filament at the moment. Maybe you should switch to tenancy by Project, and then move the Client choice somehow outside of Filament and save it in session and not in the URL.
Ah good to know, that's too bad. Thanks Povilas! Love your content.