Actions
Task #9
openImplement role-based menu listing
Start date:
01/06/2026
Due date:
01/06/2026 (58 days late)
% Done:
0%
Estimated time:
Description
Implement role based menu visibility so that the menu is displayed based on user roles (Admin/User).
Ensure correct access control and menu rendering after login
Updated by Varsha Venugopal about 2 months ago
- Status changed from New to In Progress
Updated by Dana Basheer about 2 months ago
***roles_table
id – Unique role identifier
role_name – Name of the role (Admin, User)
created_at – Role creation timestamp
***menus_table
id – Unique menu identifier
menu_name – Name of the menu (Categories, Location, Ads, etc.)
menu_path – Navigation path / route
created_at – Menu creation timestamp
***role_menu_mapping_table
id – Unique mapping identifier
role_id – Reference to roles_table
menu_id – Reference to menus_table
created_at – Mapping creation timestamp
Updated by Varsha Venugopal about 2 months ago
- Status changed from In Progress to Resolved
Actions