DayInReview / day-in-review

Full Day In Review application
http://dayinreview.org
Apache License 2.0
2 stars 0 forks source link

Grades - Upcoming Assignments #55

Closed JimothyGreene closed 3 years ago

JimothyGreene commented 3 years ago

Problem

There is not currently a way to view all the assignments that are due soon. This stops the user from using this tool to keep track of what to do next.

Solution

Add a page view that displays the assignments grouped by due date. For a given semester, clicking on that semester in the left pane will bring up a view of the assignments grouped by date with the closest date at the top.

Testing

I tested this by creating multiple semesters' worth of courses and assignments with different dates. I clicked back and forth and the items changed appropriately.

Notes

There may be some merge conflicts between this and master once #53 is merged in. I'll fix those up before merging this in.

Closes #54