pub async fn get_completions_grid_by_course_id(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<Vec<CompletionGridRow>>Expand description
Returns student × module grid with latest completion per (user,module), formatted for the Completions tab.