-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Labels
Description
Related Document
Related issues
- [Feature] Vertical Sidebar | Implement Responsive Vertical Sidebar with Expand/Collapse Functionality #3102
- [Feature] Vertical Sidebar | Dynamic Project Sub-Menu in Sidebar #3105
- [Feature] Vertical Sidebar | Favorites Menu in Sidebar #3106
- [Feature] Task Detail | Add Task to Favorites from Task Detail Page #3107
- [Feature] Task List | View All Tasks in a Team #3108
As a user, I want to see navigation items relevant to my role in the sidebar, so I can access features I have permission for.
Detailed Flow
- User logs into the Ever Team platform
- System retrieves user's role and permissions
- System generates sidebar navigation based on user's permissions
- Sidebar displays only the items and sub-items the user has access to
- If user's role changes, sidebar updates dynamically upon next login or refresh
Wireframe
Acceptance Criteria
- Sidebar only displays items and sub-items the user has permission to access
- There are no visible gaps or indicators of hidden items the user doesn't have access to
- The sidebar structure remains consistent despite hidden items
- Sidebar updates dynamically if user permissions change (may require refresh)
- Attempting to access restricted areas via URL results in appropriate error message