Skip to content
Success

Changes

Summary

  1. Mask show advanced section checkbox with NullQuestion (commit: cb70716) (details)
  2. Create answerable section composite component (commit: 375043b) (details)
  3. Move mapping rules to respective component classes (commit: b31c840) (details)
  4. Render type question tree select (commit: 7eb8685) (details)
  5. Implement type question answer (commit: 572e927) (details)
  6. Add option to render type question as separate question (commit: d5ae9a3) (details)
  7. Check for total disjoint and eventually render type question as single select (commit: 192a55c) (details)
  8. Fix check for total disjoint (commit: 243e8ce) (details)
  9. Fix for possible duplicate disjoint relation definition (commit: 3ca6f4b) (details)
Commit cb707165b78b2aa3cbdeacf8ff52988c9a74a21b by holubvojtech
Mask show advanced section checkbox with NullQuestion
(commit: cb70716)
The file was modifiedsrc/SmartComponents.js (diff)
The file was modifiedsrc/components/QuestionWithAdvanced.jsx (diff)
Commit 375043b0f7a02512dda49eb59d810994ec2b28be by holubvojtech
Create answerable section composite component
(commit: 375043b)
The file was addedsrc/components/AnswerableSectionComposite.jsx
The file was modifiedsrc/SmartComponents.js (diff)
The file was modifiedsrc/components/QuestionWithAdvanced.jsx (diff)
Commit b31c8404b50494bd2ebea4383c6846b3caab7baf by holubvojtech
Move mapping rules to respective component classes
(commit: b31c840)
The file was modifiedsrc/SmartComponents.js (diff)
The file was modifiedsrc/components/AnswerableSectionComposite.jsx (diff)
The file was modifiedsrc/components/QuestionWithAdvanced.jsx (diff)
The file was modifiedsrc/components/CompositeQuestion.jsx (diff)
The file was modifiedsrc/components/WizardStepWithAdvanced.jsx (diff)
The file was modifiedsrc/Utils.js (diff)
Commit 7eb86856632f5c64b49b2959ccb6c266f625ec18 by holubvojtech
Render type question tree select
(commit: 7eb8685)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/components/AnswerableSectionComposite.jsx (diff)
The file was modifiedsrc/Constants.js (diff)
The file was addedsrc/components/TypeQuestionAnswer.jsx
The file was modifiedtest/TestApp.jsx (diff)
The file was modifiedsrc/styles/components.css (diff)
The file was modifiedtest/form2.json (diff)
Commit 572e927e9c50cdb7c3a4effc7980962bff6538e2 by holubvojtech
Implement type question answer
(commit: 572e927)
The file was modifiedsrc/Constants.js (diff)
The file was modifiedsrc/components/AnswerableSectionComposite.jsx (diff)
The file was modifiedsrc/components/TypeQuestionAnswer.jsx (diff)
The file was modifiedsrc/Utils.js (diff)
The file was modifiedsrc/styles/components.css (diff)
The file was modifiedtest/form2.json (diff)
Commit d5ae9a38b0ba01eecce2e8186f7333aa56277ceb by holubvojtech
Add option to render type question as separate question
(commit: d5ae9a3)
The file was addedsrc/components/TypeQuestion.jsx
The file was modifiedsrc/components/TypeQuestionAnswer.jsx (diff)
The file was modifiedsrc/styles/components.css (diff)
The file was modifiedsrc/SmartComponents.js (diff)
The file was modifiedsrc/components/AnswerableSectionComposite.jsx (diff)
The file was modifiedtest/form2.json (diff)
Commit 192a55c3daadcb845b37d20e90b78bd23a7afe2b by holubvojtech
Check for total disjoint and eventually render type question as single select
(commit: 192a55c)
The file was modifiedsrc/components/TypeQuestionAnswer.jsx (diff)
The file was modifiedsrc/components/TypeQuestionAnswer.jsx (diff)
Commit 3ca6f4b8a108f1987b12bd89338e632200bd3dae by holubvojtech
Fix for possible duplicate disjoint relation definition
(commit: 3ca6f4b)
The file was modifiedsrc/components/TypeQuestionAnswer.jsx (diff)