UniversityOfHelsinkiCS / oodikone

An application for analyzing university data
https://oodikone.helsinki.fi
MIT License
14 stars 6 forks source link

OOD-59: [updater] [backend] try-catch-clauses for updates and if-clauses for using HY-specific programmeCode-map #4644

Closed rundtjan closed 1 month ago

rundtjan commented 1 month ago

Updater is failing on at least studyRights, courses and programmeModules, so instead of letting the run crash entirely, we add try clauses and logging to catch the specific problematic entities.

Also, FD should not use the programmeCode-map with HY-codes in the backend. So it is if-claused away.