Skip to main content

get_teacher_facing_by_course_id

Function get_teacher_facing_by_course_id 

Source
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.