Language center updates
·
14238 commits
to master
since this release
- Fixed bug where total row numbers increased every time semester selection was changed
- Removed empty courses filter for simplicity
- Adjusted coloring in semester tab to show small amounts more prominently
- Switched to using semestercode instead of date to define: Few numbers have switched to another semester, this should be more correct
- Enrollments are now unique per student, course code and semester. This is done because there can be multiple enrollments for same course realisation, which does not mean that the student is taking multiple places from the course. This can be inaccurate if the same course code is organized twice within semester and a student enrolls to both, but this should be unlikely.
Internal
- Language center tests added, and refactored code