Aman-Mittal opened a new issue, #110:
URL: https://github.com/apache/fineract-backoffice-ui/issues/110

   **As a** restricted user (e.g., Teller, Loan Officer)  
   **I want** the sidebar to only show navigation items for modules I have 
permission to access  
   **So that** I am not distracted by irrelevant menu items and avoid accessing 
unauthorized areas
   
   **Acceptance Criteria:**
   - [ ] User with `READ_CLIENT`, `READ_LOAN`, `DEPOSIT_SAVINGSACCOUNT` sees 
only Clients, Loans, Savings
   - [ ] User with `ALL_FUNCTIONS` sees ALL navigation items
   - [ ] Collapsed sub-menus with no visible children are hidden entirely
   - [ ] Empty state handled gracefully (no modules visible)
   
   **Technical Notes:**
   - Files: `src/app/core/services/navigation-config.service.ts` (NEW), 
`src/app/layout/sidebar.component.ts` (UPDATE)
   - Depends on: `AuthService` currentUser signal
   - Use `computed()` signal for reactive filtering


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to