Jon
can someone help guide me in setting up filament for specific users or groups?
im trying to think this through, but hopefully someone can actually answer me and correct me if it is wrong.
From my understanding... For standard back end management, i create a admin panel where i attach one of many models.
Info lists are more view only -- or "show" pages?
Tables are the index, forms handle the edit and create?
Widgets are GUIs to analyze data?
And pages are one offs that can hold one of the above?
Can a panel only consist of defined pages? Can one resource form be split between multiple pages?
Can a "relationship manager" be its own link in a panel, where the index, and forms all tie back to the user of the panel?
Ie if a user_food table exist, and i logged in to my panel and wanted to list all the food i ate, how do I set this up?
All the documents seem geared toward pick a user, then pick a food within the user resource.
4 replies
can someone help guide me in setting up filament for specific users or groups?
or if anyone knows of a good example where someone has done something similar, can you link it so i can see how it works. Filament is a bit confusing to me beyond the basics of adding forms and columns to a table
4 replies
How do I filter count columns
i dont even know if having is a valid function -- suggested by github copilot.
but if this can be accomplished without running a bunch of queries again, and just use the already counted records in the table. that is what I would like. I'm just not sure how to reference that column properly
3 replies