Skip to main content

rows_by_ids

async fn rows_by_ids(
    conn: &mut PgConnection,
    ids: &[Uuid],
    limit: i64,
) -> Result<Vec<ReconciliationRegistration>, ControllerError>
Expand description

Reads the same admin projection the explorer uses, so a name, a course and a student number are spelled identically wherever the dashboard shows them.