uaem-na / donations-tracker

General-purpose distribution platform developed for the McGill chapter of the Universities Allied for Essential Medicine.
https://donations-tracker-dev.uaem.org
8 stars 1 forks source link

Admin User Management Page for Users with Reports #92

Open shjryan opened 10 months ago

shjryan commented 10 months ago

Description

Create an admin user management page where administrators can view all users who have any number of reports associated with their accounts. This page will provide a centralized location for administrators to review and manage users with reports efficiently.

Issue Details

  1. Admin User Management: Administrators in our application need a dedicated page to manage users, specifically those who have received reports or complaints.

Expected Behavior

The admin user management page should list all users who have any number of reports, allowing administrators to view their details, reports, and take appropriate actions (actions out of scope for this issue) as necessary.

Acceptance Criteria

Implementation Guidelines

0jas0jas commented 6 months ago

/admin/users has a list of users and a few filters on the left tab. We are thinking of adding another tab (section), call it "With Reports" which when clicked will pull up all the users with reports on their accounts.

cc: @noahchem709 @shjryan

shjryan commented 5 months ago

/admin/users has a list of users and a few filters on the left tab. We are thinking of adding another tab (section), call it "With Reports" which when clicked will pull up all the users with reports on their accounts.

cc: @noahchem709 @shjryan

I think that sounds good.

shjryan commented 3 weeks ago

@youngsun4786 @iam-weijie do you think we can add a summary of reports on the user details page when an admin is viewing a user's detail?

Administrators should have access to user details and a summary of the reports associated with each user.

iam-weijie commented 3 weeks ago

@youngsun4786 @iam-weijie do you think we can add a summary of reports on the user details page when an admin is viewing a user's detail?

Administrators should have access to user details and a summary of the reports associated with each user.

Sounds good, will talk to Nick about how to implement that