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