Releases: HyDevelop/VeracrossAnalyzer.Client
Releases · HyDevelop/VeracrossAnalyzer.Client
v0.5.6.1761
Features / Improvements:
1. Course & Teacher rating feature!
You can now submit course ratings based on five rating categories.
Screenshot
2. Course Selection Page!
You can now see every course that the school offers and see other students' reviews on them.
Course List Page Screenshot
Reviews Page Screenshot
3. Experimental Dark Mode!
You can now enable the experimental dark mode in the dropdown menu.
v0.5.4.1391
v0.5.3.1373
- Fix #3 (Display Late and Dropped assignments)
v0.5.2.1335
v0.5.1.1229
Features / Improvements:
- User Avatar (Only support Gravatar for now)
Bug Fixes:
- Fix: The second quarter grade should be calculated separately from the first.
- Fix grading weight caching issues when the calculated grade equals the actual grade but with different weighting.
- Fix possible NaN for course grade calculations, which resulted in lower than actual calculated GPAs.
- Fix scatter plot, pie and radar charts tooltip display issue.
- Fix many login issues caused by old version cookies.
Expected BEGIN_OBJECT but was STRING
- Exception:
JsonObject
andJsonNull
v0.4.6.1087
v0.4.5.1031
v0.4.3.1006
Features / Improvements:
- Added assignment type radar graph:
- Added term lines:
Optimizations
- Optimize date display. (Eg. 'Oct 29' instead of '2019-09-29')
- Add '%' sign on the y-axis.
- Greatly optimize time and date processing.
- Greatly optimize overall trend graph generation.
Bug Fixes
- Fix phone mobile view. (By forcing desktop view all the time)
- Fix: Make the starting time of the graph not exceed at the beginning of the term.
- Fix: Term 1 mode was displaying dates after term 2.
v0.4.2.912
Features / Improvements:
- Add area coloring to the grade trend graph
(The min value in the image below is adjusted for demonstration.
Normally the min value is just your min score.)
Bug Fixes:
- Fix: Not completed assignments are displayed
- Fix: Limit graph's max value to 110%
(since some people had grades like 200% at the beginning of the year) - Fix: Course grades are not properly initialized when using old Veracross API.
- Fix: Always displaying term 2 grade when Veracross grade exists.
- Fix: GPA Displayed as -1 when there are no grades in a quarter yet
v0.4.1.895
Features / Improvements:
Bug Fixes:
- Fix: Bar graph display some courses with grades of -1
- Optimize other stuff
- Refactored Course interface to a class that manages assignments
- Refactored GPAUtils and CourseUtils
- Optimized the mess of function calls when loading in
app.ts