TEAMMATES / teammates

This is the project website for the TEAMMATES feedback management tool for education
https://teammatesv4.appspot.com/
GNU General Public License v2.0
1.67k stars 3.3k forks source link

Instructor: Course Page/Student List Component: Implement sorting for table headers #9510

Closed tanhengyeow closed 4 years ago

tanhengyeow commented 5 years ago

Environment: master branch

Description of feature/enhancement Allow instructors to sort entries in tables located in the instructor course page and also the student list component.

pbrahmbhatt3 commented 5 years ago

can I work on it?

tanhengyeow commented 5 years ago

@pbrahmbhatt3 Hi! Thanks for your interest in this issue. For first timers, we would advice working on d.firstTimers issues. However, if you are confident on solving this issue, please go ahead.

martinoamigo commented 5 years ago

@pbrahmbhatt3 I could take this on if you'd like!

pbrahmbhatt3 commented 5 years ago

I am working on it currently. Thank you for asking though :) @martinoamigo

pbrahmbhatt3 commented 5 years ago

@tanhengyeow Can you tell me how do we want the student list component to be sorted? Sorted by what? Thank you. :)

tanhengyeow commented 5 years ago

Hi @pbrahmbhatt3

In v6 of our application, we have sorting for Section, Team, Student Name, Status and Email. Basically, everything that we see in the student-list-component where we have the sorting headers: image

Those headers are there right now but they don't have any sorting functionality. It would be nice to have the logic implemented.

erjillsison commented 5 years ago

Hi, is this still being worked on? May I work on this?