ji-devs / ji-devs/ji-cloud

User table for admin

Open
#3,480 2 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.