Submitty / Submitty

Homework Submission, Automated Grading, and TA grading system.
http://submitty.org
BSD 3-Clause "New" or "Revised" License
641 stars 772 forks source link

Sort by autograding score #8851

Open jenaybarela opened 1 year ago

jenaybarela commented 1 year ago

What problem are you trying to solve with Submitty Currently in the grading details page you can sort by user id, first name, or last name. However, when grading certain things it would be useful to grade by how many point the person got on the assignment. Currently to do this you have to go through the list and look for the scores manually.

Describe the way you'd like to solve this problem Add a way to sort by autograding score similar to how we sort other columns.

Manishch27 commented 1 year ago

@jenaybarela I think we can implement the sorting function that rearranges the rows of the table based on the value in the auto-grading score column. Am I correct or not?

yanliw123 commented 1 year ago

@jenaybarela can i work on this?

saumyaborwankar commented 1 year ago

Hey @jenaybarela I read the contributing guidelines, as I'm not in your organization yet I've submitted a PR from my own GitHub page. I have tested it on my local system. Hope this fixes the issue. Thanks

jenaybarela commented 1 year ago

Was not fixed