Function get_by_ids

Source
pub async fn get_by_ids(
    conn: &mut PgConnection,
    ids: &[Uuid],
) -> ModelResult<Vec<CourseModuleCompletion>>
Expand description

Also returns soft deleted completions so that we can make sure the process does not crash if a completion is deleted before we get it back from the study registry.