pub async fn get_progress_for_users(
conn: &mut PgConnection,
course_id: Uuid,
user_ids: &[Uuid],
) -> ModelResult<CourseStudentsProgressUsers>Expand description
Returns per-user chapter progress and locking statuses for the given user_ids.