Get all attempts for certain pair (task, participant) #96

Open
opened 2026-01-20 13:42:36 +00:00 by rydanovns · 1 comment
rydanovns commented 2026-01-20 13:42:36 +00:00 (Migrated from git.csit.sgu.ru)

Need to create GET /attempts/{task_id}/{participant_id}, which returns all attempts on this task for participant.

Requirements:

  1. It should be sorted by timestamps
  2. Attempt transition data should be included (timestamp/state/(transition data?))
  3. It should include internal Git info (hash/tags/...)
Need to create GET `/attempts/{task_id}/{participant_id}`, which returns all attempts on this task for participant. Requirements: 1. It should be sorted by timestamps 2. Attempt transition data should be included (timestamp/state/(transition data?)) 3. It should include internal Git info (hash/tags/...)
JelezkoAD commented 2026-01-27 11:40:30 +00:00 (Migrated from git.csit.sgu.ru)

assigned to @Aljel

assigned to `@Aljel`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dsc/mm-backend#96
No description provided.