pub async fn get_teacher_facing_by_course_id(
conn: &mut PgConnection,
course_id: Uuid,
filters: &TeacherCreditRegistrationFilters<'_>,
limit: i64,
offset: i64,
) -> ModelResult<Vec<TeacherCreditRegistration>>Expand description
The course’s ledger rows as the teacher surfaces show them, newest completion first.