Skip to content

Releases: UniversityOfHelsinkiCS/oodikone

Close to graduation: Excel export fixed

28 Oct 13:07
2dc74af
Compare
Choose a tag to compare

Close to graduation

  • Semester enrollments are now displayed correctly in the exported Excel file

Class statistics: Fix a bug in fetching of course statistics data

24 Oct 10:47
f8496ed
Compare
Choose a tag to compare

Class statistics

  • Fixed a bug where change in filtered students didn't trigger a new request for course statistics

Class statistics: Fixed multi-year totals

22 Oct 16:57
Compare
Choose a tag to compare

Class statistics

  • In Courses of class -> Pass/Fail tab, totals were not being correctly calculated if multiple years were selected
  • Renamed "Passed-%" to "Pass rate" for consistency with Course statistics

Internal

  • More TypeScript in the backend
  • More logging for Funidata

Fix to Credit graph on Students page

22 Oct 07:20
ed0bcd7
Compare
Choose a tag to compare

Students

  • If no study right was selected, the target line in the Credit graph was not correct. Now, 60 credits per year is the expected pace no matter if a study right is selected or not

Internal

  • More tests for Course statistics

Fixes and improvements

18 Oct 12:49
Compare
Choose a tag to compare

Course statistics

  • Fixed rare instances of pass rate going over 100% on the Attempts table
  • "Course" and "Substitutions" texts are now hidden if there are no substitutions for the course

Class statistics

  • Removed Students tab from Courses of Class
  • Removed Passed after retry and Failed multiple times columns from Pass/Fail tab

Internal

  • Course statistics
    • More testing
  • Updater
    • More error handling

Enrollments of other type than "ENROLLED" or "REJECTED" are no longer used

17 Oct 05:56
b05b11a
Compare
Choose a tag to compare

General

  • Every page that uses enrollment data now only uses enrollments with the state of "ENROLLED". Rejected enrollments are only used where it's specifically mentioned (Language center view and on By semester tab on Programme courses in Study programme overview)

Class statistics: Fix for Distribution development graph

14 Oct 11:25
ab7e5d0
Compare
Choose a tag to compare

Class statistics

  • Previously, in the Distribution development graph, students who had exactly the number of credits at the upper limit of a category (e.g., Credits < 20) were incorrectly placed in that category, rather than the next one (e.g., 20 ≤ Credits < 40). This issue has now been fixed.

Course statistics: Updated info boxes

14 Oct 10:13
Compare
Choose a tag to compare

Course statistics

  • Updated contents of the info boxes to reflect recent changes

Class statistics: Credits gained statistics fixed for master's programmes

14 Oct 09:47
8e83da9
Compare
Choose a tag to compare

Class statistics

  • For master's programmes, in some cases the Credits gained tab included students' attainments from the bachelor's programme. Now only credits that have been attained after the date mentioned in the table will be included

Course statistics: Consistent and correct numbers

14 Oct 07:13
Compare
Choose a tag to compare

Course statistics

  • Students tab
    • The number of students is now consistent with the numbers being displayed in Course populations
    • (Total) passed and (total) failed are now correctly calculated based on grades
    • Fail rate is now calculated for all years, based on pass rate

Internal

  • Updater
    • Ignore enrollments with state other than ENROLLED or REJECTED