Skip to main content

open_chapter_ids

Function open_chapter_ids 

Source
async fn open_chapter_ids(
    conn: &mut PgConnection,
    course_id: Uuid,
) -> ModelResult<HashSet<Uuid>>
Expand description

Ids of the course’s currently open chapters. Shared by the exercise list and progress views so their visibility rules cannot drift apart.