F
Filament11mo ago
Oddman

How should I handle a publishing platform regarding admins vs authors?

I have a single panel currently setup, and that panel has access to all resources, for admins/editors (with some policies in place). What about for authors? Authors wouldn't need, and can't have access to most of the resources there, so should I setup a separate panel with its own bespoke requirements and setup just for authors? In short, authors should really only have access to articles (only theirs), and be able to see comments.etc. and notifications regarding their own articles. Should I setup a separate panel for this that they can see? Or is there a better way?
Solution:
Since the requirements are so much different between adins/editors and authors i would just make two panels
Jump to solution
6 Replies
Solution
DanielvdSpoel
DanielvdSpoel11mo ago
Since the requirements are so much different between adins/editors and authors i would just make two panels
DanielvdSpoel
DanielvdSpoel11mo ago
maybe you can reuse some of the code in a few places
Oddman
Oddman11mo ago
Yeah for sure, the article blocks for example will be identical.
Oddman
Oddman11mo ago
Thanks, @danielvdspoel
DanielvdSpoel
DanielvdSpoel11mo ago
yeah then you can just reuse the method where you define the blocks in one of the two resources
Oddman
Oddman11mo ago
Hmmm... how do I generate a new panel? Can't find it in the docs. Found it, under configuration.