Polonious / Regimo

4 stars 6 forks source link

Admin menu #4

Open RalfWeinand opened 12 years ago

RalfWeinand commented 12 years ago

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.

willzou commented 12 years ago

start this one

willzou commented 12 years ago

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.