inducer / inducer/relate

Feature Request: Order of queryset when grading

Open
#210 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
435
Forks
124
Avg merge
5h 40m
Merged PRs (30d)
14

Description

In grading page, the order of flowsession queryset is the username of participants, that will make it hard to locate ungraded flow session, especially when there are newly submitted sessions. We will have to go back to grade book to find them. I made a select2 widget to select ungraded session, but that's not enough.

I think we can learn from the admin to save a preserved_filter in the url (when some field are ordered in by-opportunity page), and pass that order to the url grade-single page and consequently the grading page, so that we can use the query sting in the url to determine what order we would like to use. Or the simplest, just add an order choice in the grading page and reflect that choice in the url query string.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.