pub async fn get_progress_structure(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<CourseStudentsProgressStructure>Expand description
Returns the course-level chapter structure shared by every page of the Progress tab.
pub async fn get_progress_structure(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<CourseStudentsProgressStructure>Returns the course-level chapter structure shared by every page of the Progress tab.