pub async fn get_certificates_grid_for_users(
conn: &mut PgConnection,
course_id: Uuid,
user_ids: &[Uuid],
) -> ModelResult<Vec<CertificateGridRow>>Expand description
Returns the latest course certificate (if any) for each of the given users, keyed by user_id.