pub async fn get_certificates_grid_by_course_id(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<Vec<CertificateGridRow>>Expand description
Returns one row per enrolled student with their overall course certificate info.
pub async fn get_certificates_grid_by_course_id(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<Vec<CertificateGridRow>>Returns one row per enrolled student with their overall course certificate info.