Actions
ClientProject #2439
openIssue: Add Filters to User Management Page
Start date:
05/14/2025
Due date:
05/14/2025 (about 11 months late)
% Done:
100%
Estimated time:
6:00 h
Spent time:
Description
Affected Path:¶
src/app/(private)/user-management/users/_components/*
Tasks:¶
-
Add Filtering Options:
- Role
- Verification Status (e.g., Verified, Unverified)
- Permission (e.g., Admin, Editor, Viewer)
-
Component Development:
- Create a reusable
Filterscomponent to handle all filtering logic. - Fetch available roles using
getAllRoles()for filter dropdown.
- Create a reusable
-
UI Integration:
- Use
CommandandPopoverfrom shadcn/ui or other headless UI libraries for displaying filter items. - Allow multi-select or toggle for filter states.
- Use
Updated by Md.Sajib Ahmed 11 months ago
- Status changed from Complete to In Progress
Updated by Md.Sajib Ahmed 11 months ago
- Status changed from In Progress to Complete
Actions