Skip to main content

resolve_enrolment_link

Function resolve_enrolment_link 

Source
async fn resolve_enrolment_link(
    conn: &mut PgConnection,
    row: &StudentCreditRegistration,
    cache: &mut HashMap<String, Option<String>>,
) -> Result<Option<String>, ControllerError>
Expand description

The enrolment page for the module’s open university product, cached per product because several of a student’s rows can share one.