pub async fn get_active_for_course(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<Vec<RealisationToList>>Expand description
Every active realisation of one course, unpaginated: unlike claim_stalest_for_listing, which
pages by staleness for the scheduler, this one must not miss any of them.