Commit 05f82e52 authored by Martin Juhás's avatar Martin Juhás
Browse files

feat: implement repeatable questionnaires

### Additions

* added new type `QuestionnaireSubmissionType`
* added new type `RepeatableType`
* added field `repeatable: RepeatableType` to `QuestionnaireType` type
* added field `submissions: [QuestionnaireSubmissionType#]!` to `TeamQuestionnaireStateType` type
* added field `acceptedAnswers: [QuestionnaireAnswerType!]!` to `TeamQuestionnaireStateType` type
* added field `attempts: Int!` to `TeamQuestionnaireType` type
* added field `attempt: Int!` to `QuestionnaireAnswerType` type
* added `QuestionnaireSubmissionType` type to `ActionLogDetails` union
* added new value `FORM_SUBMISSION` to `LogType` enum

### Deletions

* removed field `answers: [QuestionnaireAnswerType!]!` from `TeamQuestionnaireStateType` type

Closes #432
parent 64774156
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment