...
Title (EN) | Title (DK) | Definition | Database setting |
---|---|---|---|
Available (Old title: Missing) | Ledig | A task that is not assigned to anyoneUn-assigned | Task has ParticipantId is null. |
Unanswered (Old title: Awaiting) | Ubesvaret | A task that is assigned to a participant but awaiting an answer | Assigned + ?Task has ParticipantId not null and Responsed = false |
Accepted (Old title: Assigned) | Accepteret | A task that is both assigned to a participant and acceptedAssigned + accepted | Task has ParticipantId not null and Responsed = true & Accepted= true |
Rejected | Afvist | A task that has been assigned to a participant, who has rejected it. Task should become available, when the participant rejects it.?, but we need to save the rejection info to show on participant profile etc. | Task has ParticipantId not null and Responsed = true & Accepted= false |