-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whatsdue: Added Sorting #142
Conversation
Please don't merge yet, as I'll add the other features wanted by #145 (hopefully this week). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (almost). Two very minor things.
Happy to be wontfix'ed on both, just making sure they're considered.
…arsed" This reverts commit 709071d.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and merging
As per here, added sorting for whatsdue. Can now sort by due date, weight and course name.
Also neatened up
uq_course_utils
by adding an Assessment dataclass.