FilamentF
Filament14mo ago
Jon

can someone help guide me in setting up filament for specific users or groups?

I'm fairly sure this is something to do with multi-tenacy. But in my app, I have my backend Admin panel which is fine.

But I also want to use filament to handle things like user or group settings. Of course this would need to ensure that a user or group admin only has access to their data.


All the documents reference teams, which is not what I am looking for, though may be the same idea.

I am just a bit lost in how to approach this.

If i have a user panel, I have a few tables that all relate to user settings, but the user table itself also has multiple columns that would be better if i could split them into several sections. I currently have it set up as tabs, for just the user table data. but can those tabs be made into sidebar links in the panel?

If i have a pivot table, that also has its own fields, I'd like this to also be its own form in the user panel.

So admin panel manages all things related to SITE if user = admin

User panel -- manages all things related to logged in user

Group panel-- manages all things related to group if user = group_admin or owner

Groups and users will have view access to any logged in user

I just need a little help figuring out how to set up this front end panel arrangement.
Was this page helpful?