You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an admin user, I want to view a separate list of non-admin users with their names and profile pictures on the main page, helping me distinguish between different user roles in the system. #48
Given that I am logged in as an admin user, when I access the user management dashboard, then I should see a separate list of non-admin users with their names and profile pictures.
Each user card should be clickable and lead to the user's profile page.
Acceptance Criteria:
There should be a separate list of non-admin users with their names and profile pictures on the user management dashboard.
Each of these non-admin users should be in the card container, wherein when I click the card, it should lead me to the user’s profile page.
Test:
Names and profile pictures of non-admin users when accessing the user management dashboard should be clearly seen.
Ensure each non-admin user card is clickable and leads to their profile page.
Show a placeholder image for non-admin users without profile pictures