pub async fn process_all_course_completions(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<()>Expand description
Goes through all user on a course and grants completions where eligible.
pub async fn process_all_course_completions(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<()>Goes through all user on a course and grants completions where eligible.