shinymanager icon indicating copy to clipboard operation
shinymanager copied to clipboard

Feature request control ui modules based on roles

Open vikram-rawat opened this issue 5 years ago • 2 comments

Is it possible to have a roles table with multiple roles like :

Roles | UI_access Reader | uia, uib, uic Writer | uix, uia, uib Visitor | uia, uix Admin| all

So that roles will only view uifunctions assigned to them. If it requires some manual structure to be followed that's okay too...

This is how a proper management should work. Do you Already support this feature or is it possible to implement this in current scenario??

Please do reply

vikram-rawat avatar Oct 14 '20 03:10 vikram-rawat

I created a module to handle just this with as simple if-else statements, you can give it a try.

GeorgeOduor avatar Nov 11 '20 17:11 GeorgeOduor

I was hoping for as a way to make it available for everybody... Through some functions and some tables

vikram-rawat avatar Dec 16 '20 02:12 vikram-rawat