Skip to content

Fix and refactor lab statistic page

Sára Juhošová requested to merge 153-statistics-page-is-broken into development
  • Change the actRequestFreqChart !== null to a actRequestFreqChart != null in lab_status_charts.js to make sure that the graphs are created before they try to be accessed
  • Change the return type of CourseStatusController methods to DTOs instead of HashMaps and edit the javascript accordingly

Closes #153 (closed)

Edited by Sára Juhošová

Merge request reports