autolab / Autolab

Course management service that enables auto-graded programming assignments.
http://www.autolabproject.com/
Apache License 2.0
766 stars 220 forks source link

Sorting by andrew id #512

Closed RONNCC closed 8 years ago

RONNCC commented 9 years ago

On the view grades page you can click the columns to sort by name, section, lecture, grades.

It would be useful to be able to sort by andrew id since when grading many of the times the work is alphabetized by andrewid.

jez commented 9 years ago

I believe you can sort by email.

We're moving towards removing all CMU-specific fields from Autolab so that it can be of maximum utility for other schools as well. Because of this, we no longer store the Andrew IDs of students. On Thu, May 7, 2015 at 4:57 PM sg notifications@github.com wrote:

On the view grades page you can click the columns to sort by name, section, lecture, grades.

It would be useful to be able to sort by andrew id since when grading many of the times the work is alphabetized by andrewid.

— Reply to this email directly or view it on GitHub https://github.com/autolab/Autolab/issues/512.

RONNCC commented 9 years ago

how? Clicking on the email & name column only sorts by name I believe

jez commented 9 years ago

hmm I'll have to look at it then. I don't remember. On Thu, May 7, 2015 at 6:29 PM sg notifications@github.com wrote:

how? Clicking on the email & name column only sorts by name I believe

— Reply to this email directly or view it on GitHub https://github.com/autolab/Autolab/issues/512#issuecomment-100038319.

dlbucci commented 9 years ago

@RONNCC is correct, you can only sort by names since we merged the name and email columns.

jez commented 9 years ago

Oh, I'm assuming in the HTML, but not in the database? On Thu, May 7, 2015 at 6:31 PM Daniel Bucci notifications@github.com wrote:

@RONNCC https://github.com/RONNCC is correct, you can only sort by names since we merged the name and email columns.

— Reply to this email directly or view it on GitHub https://github.com/autolab/Autolab/issues/512#issuecomment-100038515.

dlbucci commented 9 years ago

What? You can sort by emails in the DB, but I don't know how useful that is when you'd need to reload the gradesheet to have that effect.

jez commented 9 years ago

Never mind. The way you said it I couldn't tell f you meant that we had joined the columns in the actual database or just displayed them as one column in the HTML. On Thu, May 7, 2015 at 6:37 PM Daniel Bucci notifications@github.com wrote:

What? You can sort by emails in the DB, but I don't know how useful that is when you'd need to reload the gradesheet to have that effect.

— Reply to this email directly or view it on GitHub https://github.com/autolab/Autolab/issues/512#issuecomment-100039449.

zyx-billy commented 8 years ago

This was accidentally fixed by #643. Now the 'Name & Email' column sorts according to email.