Skip to content

Releases: UniversityOfHelsinkiCS/oodikone

Internal: Fix study programme graduation stats calculation

04 Jul 09:01
Compare
Choose a tag to compare

Graduation stats calculation failed for many programmes because there were graduations before year 2017. We now skip graduations from years that are not included in the graduationStats object.

Semesters present in Close to graduation page fixed

03 Jul 08:32
Compare
Choose a tag to compare

Close to graduation

  • Semesters present column only had gray squares even if the student had enrolled as present. This bug didn't have any effect on the exported Excel files

Custom population: More allowed separators for student numbers

28 Jun 15:05
Compare
Choose a tag to compare

Custom population

  • New separators added for student numbers in the search form: commas, semicolons, newlines and spaces (or even a combination of these) are now allowed

Internal

  • Fix Sentry settings for frontend (hopefully)

Internal: Use Sentry DSN environment variable

27 Jun 10:47
Compare
Choose a tag to compare

Previously Sentry DSN was hard coded, now it's an configurable environment variable.

Teachers: Fixed crashing

25 Jun 18:37
Compare
Choose a tag to compare

Teachers

  • Fixed the application crashing if no teachers were found for a query

Internal

  • Tons of refactoring and fixing internal issues

Bachelor Honours visibility fixed on Students page

24 Jun 15:56
Compare
Choose a tag to compare

Students

  • Sometimes the Bachelor Honours section on the Students page wasn't displayed, even though it should've been. This has been fixed

Class statistics: Combined Excel removed

24 Jun 10:37
Compare
Choose a tag to compare

Class statistics

  • Removed the "Combine Excel" button
    • If you still need this functionality, please download the two separate Excel files and combine them manually

Internal

  • Big refactor
    • Language center
    • Students
  • Add compression to backend responses
  • Fixed 20190821 kone-db migration
  • Updated Axios from 0.21.4 to 0.28.1

Class statistics: Accepted grades included

19 Jun 10:09
Compare
Choose a tag to compare

Class statistics

  • Accepted grades ("Hyv.") are now also included in the Courses table and the Excel sheet

Courses tab fixed

18 Jun 18:18
Compare
Choose a tag to compare

Class statistics

  • Courses tab: Using the student number filter now correctly filters substitutions too

Study guidance groups

  • Courses tab: fixed incorrect icons being displayed in the table

Search term minimum length changed to three on Students view

18 Jun 08:49
Compare
Choose a tag to compare

Students

  • Previously the search term had to include one word that was at least four characters long. This caused problems with some short names that couldn't be searched. The limit is now three characters

Internal

  • Big refactor: Close to graduation done