Skip to content
Success

Changes

Summary

  1. [Partial implementation] Steps to implement issue #22 (commit: c3ff8b2) (details)
  2. [enhancement/issue#22] All irrelevant questions are now shown (commit: 7d29167) (details)
  3. [enhancement/issue#22] Irrelevant questions are now shown with 50% transparency when debugMode is on (commit: 5b8bc43) (details)
  4. [Enhancement#52] Answerable section and Conditional logic are now working correctly in debugMode (commit: b7f7854) (details)
  5. [enhancement #52] Answerable section is now always expanded (commit: 259ca73) (details)
  6. [Enhancement#22] Answerable section is now always expanded (commit: e56b07b) (details)
  7. [enhancement #51] Code shrank for readability (commit: 20db58c) (details)
  8. [Enhancement #52] Code refactor for readability (commit: c4b4726) (details)
  9. [Fix #52] If answerable section is not answered it is still possible to expand/collapse it manually (commit: 374c022) (details)
  10. [Upd #84] Show irrelevant questions feature implemented. (commit: 88522f6) (details)
  11. [Upd #84] Renamed className show-irrelevant for consistency (commit: 9ac3174) (details)
  12. [Fix #84] Only relevant or starting questions are shown (commit: 422a948) (details)
  13. [Upd #52] Subquestions that are irrelevant can be expanded (commit: 56efc32) (details)
  14. [Upd #52] Refactored for readability (commit: f6bfe62) (details)
  15. Update documentation of checkId (commit: b18e16e) (details)
  16. Refactor (commit: 9686a55) (details)
  17. [Upd #52] Refactor (commit: 016daa4) (details)
  18. Update test/rendering/TestApp.jsx (commit: b44d33c) (details)
Commit c3ff8b2a251994e9e75158900dfefcf3dd89f16f by chopamax
[Partial implementation] Steps to implement issue #22
(commit: c3ff8b2)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/wizard/VerticalWizardNav.jsx (diff)
The file was addedsrc/components/DebugHotKey.jsx
Commit 7d29167c9250e66982d9ed327424206519788058 by chopamax
[enhancement/issue#22] All irrelevant questions are now shown
(commit: 7d29167)
The file was modifiedtest/rendering/TestApp.jsx (diff)
The file was modifiedsrc/components/wizard/VerticalWizardNav.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
Commit 5b8bc43f1d4282621db0bb92ac5200e8c81e7185 by chopamax
[enhancement/issue#22] Irrelevant questions are now shown with 50% transparency when debugMode is on
(commit: 5b8bc43)
The file was modifiedtest/rendering/TestApp.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/wizard/VerticalWizardNav.jsx (diff)
The file was modifiedsrc/styles/s-forms.css (diff)
Commit b7f785411decd2d01c2587aca76f785ce49c3cf5 by chopamax
[Enhancement#52] Answerable section and Conditional logic are now working correctly in debugMode
(commit: b7f7854)
The file was modifiedsrc/styles/s-forms.css (diff)
The file was modifiedtest/rendering/TestApp.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was removedsrc/components/DebugHotKey.jsx
Commit 259ca7394386bf2380790a855b256b03e3323fdc by chopamax
[enhancement #52] Answerable section is now always expanded
(commit: 259ca73)
The file was modifiedsrc/components/Question.jsx (diff)
Commit e56b07b388b4b0cd562611c6aa8b8f494a00edc3 by chopamax
[Enhancement#22] Answerable section is now always expanded
(commit: e56b07b)
The file was modifiedsrc/components/Question.jsx (diff)
Commit 20db58c427a7f50a279033dd6eb8aa379ff74868 by chopamax
[enhancement #51] Code shrank for readability
(commit: 20db58c)
The file was modifiedsrc/components/Question.jsx (diff)
Commit c4b4726d0687181cf25e4757ee1fba84a09aa607 by chopamax
[Enhancement #52] Code refactor for readability
(commit: c4b4726)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/wizard/VerticalWizardNav.jsx (diff)
The file was modifiedsrc/styles/s-forms.css (diff)
Commit 374c022541abc8ea4d1f10f76f9059d1d2a1c4a4 by max.chopart
[Fix #52] If answerable section is not answered it is still possible to expand/collapse it manually
(commit: 374c022)
The file was modifiedsrc/components/Question.jsx (diff)
Commit 88522f6683946fadb8b33aa09fd297ef17b7b12a by max.chopart
[Upd #84] Show irrelevant questions feature implemented.
(commit: 88522f6)
The file was modifiedsrc/util/FormUtils.js (diff)
The file was modifiedsrc/components/Question.jsx (diff)
Commit 9ac31749c9eb3a4e8ae6cf5a7ab3eb3ba34d895a by max.chopart
[Upd #84] Renamed className show-irrelevant for consistency
(commit: 9ac3174)
The file was modifiedsrc/styles/s-forms.css (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/wizard/VerticalWizardNav.jsx (diff)
Commit 422a948efa5753024bc94af636ad6e497890cb1a by max.chopart
[Fix #84] Only relevant or starting questions are shown
(commit: 422a948)
The file was modifiedsrc/util/FormUtils.js (diff)
The file was modifiedsrc/components/Question.jsx (diff)
Commit 56efc32f58c6d02933c2aef4819c1fbf70d6f555 by max.chopart
[Upd #52] Subquestions that are irrelevant can be expanded
(commit: 56efc32)
The file was modifiedsrc/styles/s-forms.css (diff)
Commit f6bfe62c2c1bee251195bc2fad9a4e925b094ff3 by max.chopart
[Upd #52] Refactored for readability
(commit: f6bfe62)
The file was modifiedsrc/util/FormUtils.js (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/util/JsonLdObjectUtils.js (diff)
Commit b18e16e47af1effb814ecc01acd73fbc61b70891 by noreply
Update documentation of checkId
(commit: b18e16e)
The file was modifiedsrc/util/JsonLdObjectUtils.js (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
Commit b44d33c352d9dd43c8c78fcc1ce094f8dee4fe3c by noreply
Update test/rendering/TestApp.jsx

Co-authored-by: Miroslav Blaško <blcham@gmail.com>
(commit: b44d33c)
The file was modifiedtest/rendering/TestApp.jsx (diff)