pub async fn get_total_users_completed_course(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<CountResult>
Expand description
Total unique users who have completed the course.
pub async fn get_total_users_completed_course(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<CountResult>
Total unique users who have completed the course.