Project

General

Profile

Actions

Task #9

open

Implement role-based menu listing

Added by Dana Basheer about 2 months ago. Updated about 2 months ago.

Status:
Resolved
Priority:
High
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

Actions #1

Updated by Varsha Venugopal about 2 months ago

  • Status changed from New to In Progress
Actions #2

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

Actions #3

Updated by Varsha Venugopal about 2 months ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF