Skip to main content

get_by_task_submission_ids

Function get_by_task_submission_ids 

Source
pub async fn get_by_task_submission_ids(
    conn: &mut PgConnection,
    exercise_task_submission_ids: &[Uuid],
) -> ModelResult<Vec<SubmissionFile>>
Expand description

The files of the given task submissions, ordered by submission and then by the order the client sent them in. Soft-deleted files are omitted, so a reaped upload simply disappears from the listing.