You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
You can now see how much your total mark has increased or decreased by after you have completed an assessment.
You can now reorder your subjects and assessments(in edit mode) by dragging and dropping them. Changes to subject order are automatically saved.
The subject's grade overview has been reworked, adding a number of new metrics:
Minimum: This is the mark you will get if you fail all remaining assessments.
Maximum: This is the mark you will get if you get 100% in all remaining assessments.
Change: How much your latest completed assessment has affected your total mark.
Total Change: How much your mark has chnaged by since your first test.
These values are visible on both the home page and the subject page.
Known Issues
The app will crash when navigating to a non existent subject. Thanks to how react works and my non existent shallow understanding of React when I wrote the code it will need to be rewritten.