-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KUI-1498: replace examinationSets (KOPPS) with modules (Ladok) #395
base: upl-main
Are you sure you want to change the base?
KUI-1498: replace examinationSets (KOPPS) with modules (Ladok) #395
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job,
I only had one question in my mindl.
log.debug('getKoppsCourseRoundTerms has an error:' + err) | ||
return err | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me,
However based on my understandings roundIds will be removed soon. is that correct? So I wanted to know what would be our plan for that.
This pull request contains changes from this PR as well, so that one should be merged before.
The most notable changes to focus on are in the files
memoCtrl.js, koppsApi.js, ladokApi.js
, so the rest of the files in this PR can be ignored.