async fn linking_email_statuses(
conn: &mut PgConnection,
course_id: Uuid,
waiting: &[&TeacherCreditRegistration],
) -> Result<HashMap<Uuid, TeacherLinkingEmailStatus>, ControllerError>Expand description
The newest linking mail’s send status for each row waiting for a number, by row id. A fixed number of queries whatever the page holds, because only the listed people are looked up.