pub async fn get_teacher_facing_attempts_for_completion(
conn: &mut PgConnection,
row: &TeacherCreditRegistration,
) -> ModelResult<Vec<TeacherCreditRegistration>>Expand description
Every attempt for the same completion as row, that one included, newest attempt first.