async fn get_completions(
course_id: Path<Uuid>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Vec<CompletionGridRow>>>Expand description
GET /api/v0/main-frontend/courses/{course_id}/students/completions
async fn get_completions(
course_id: Path<Uuid>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Vec<CompletionGridRow>>>GET /api/v0/main-frontend/courses/{course_id}/students/completions