pub fn enrolment_id_for_course(
student_number: &str,
course_code: &str,
kind: RealisationKind,
) -> StringExpand description
Per (student, course, kind): a person enrolled in more than one realisation of the same kind at
once needs an id enrolment_id cannot give them, since that one is keyed on (student, kind) alone.