Skip to content

Class statistics filter fix and multiple course statistics bug fixes

Compare
Choose a tag to compare
@ShootingStar91 ShootingStar91 released this 19 Dec 20:35
· 14238 commits to master since this release

Class statistics

  • Fixed "Starting year" filter. This was broken after open university studyrights were added: now it ignores them. Added a tooltip to explain functionality.

Course statistics

  • Fixed error that caused crashing when viewing course populations
  • Limited course selection to maximum of 40
  • Allow selecting all results only when multiple course toggle is on
  • Update selected courses if search field is changed

Internal

  • Computation of credit-related stats is now ~70% faster, in both studyprogramme overview and faculty data refresh functions
  • Refresh jobs start at 23:00 every day instead of 01:00, and with 2 workers per pod instead of previous 3
  • Many fixes to tests: Test data updated, updater tests re-activated, curriculumpicker tests added, and other improvements
  • Frontend node updated 14 -> 16, backend node updated 14 -> 18
  • Studyplans are now re-updated also at tuesday 10.00 to better see if it works on monday
  • Other minor improvements to internal code, documentation and configuration/workflow files