pub async fn get_completions_grid_for_users(
conn: &mut PgConnection,
course_id: Uuid,
user_ids: &[Uuid],
) -> ModelResult<Vec<CompletionGridRow>>Expand description
Returns student × module completion rows for the given users, keyed by user_id.