Automattic / sensei

Sensei LMS - Online Courses, Quizzes, & Learning
https://senseilms.com
GNU General Public License v2.0
540 stars 198 forks source link

Filter students via other columns, such as the Course Progress column #5041

Open xpurichan opened 2 years ago

xpurichan commented 2 years ago

Is your feature request related to a problem? Please describe

No, just a suggestion to add simplicity and save time when reviewing students of a particular course.

Describe the solution you'd like

This suggestion is relevant to the page which loads when we go to: WP Admin > Sensei LMS > Student Management > select any course.

We are looking for the ability to sort students by some of the other columns (currently the display is only sortable by student name). One example would be to sort by the Course Status column (Not Started, In Progress, or Completed). Currently there are several columns which display student information, but only the Student name column is sortable.

Screen Shot 2022-04-20 at 2 43 32 PM

This change could reduce overhead for the amount of time it takes to inventory students based on the available data.

xpurichan commented 2 years ago

Noting that Team 51 has implemented this feature on a partner's website. We added sorting to the following columns:

Happy to share other details, the code changes are stored in our (private) team repo. Please @ me if we can help in any way!