User table for admin
Open
@RickyLB is already working on this.
Since Dec 21, 2022.
Admin panel
- Dominant language
- Rust
- Stars
- 14
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Need to add a table to the admin panel (https://jigzi.org/admin) of all the users that have signed up.
You can see Gali's original plan for this table here: https://zpl.io/XYn76QP - we are simplifying it. We will be adding functionality later, but initially we need a table of users that we can search.
Columns needed:
- Username
- First name
- Last name
- Email (which will be clickable to open an email client)
- Country
- State
- City
- School/Organization
- No. of Creations (a count of how many JIGs, resources, courses that they have created) (sortable) - this will help us see the most active users easily
- Date signed up (sortable)
- Language (what they chose for newsletters - I think it is 'language of communication')
Search to include these fields:
- first name
- last name
- School/org
- country
- state
- date joined
Future functionality:
- export current search results to csv
- filter according to a date range
- Delete a user
- Reset password for a user
- Edit credentials (especially school)
- Order/filter columns (if not done in the initial table)
- Click the name, and can see their community profile (in a new tab/popup?)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.