Open RalfWeinand opened 12 years ago
start this one
not sure if duplicate with current datastructure.
I am doing Admin menu.
My thought is to create a entity "Menu" then it will connect to Role, the Menu and the Role is mutiple to multiple so there is a table MenuRole, which map different menu to different role
if it's a admin role, the corresponding menu will be presented.
When an Admin user logs in, the menu needs to change. An Admin doesn't need to see the categories of his website. Instead they need special administration features, i.e. links to 'User management', 'Content management', Event management', 'Communication Engine' etc. Currently we only have user management.
in the future, this menu should be generated dynamically based on what modules are included and activated in this Regimo instance. E.g. if the module for 'Event Management' has been plugged in, the menu item will come up. This is a long-term vision. FOr now it can be hard-coded.