Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Store Questions in Module rather than individual records #139

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Dec 19, 2021

  1. [WIP] Store Questions in Module rather than individual records

    Migratate away from ModuleQuestions to just utilizing
    Module.spec.questions.
    
    This modification requires lots of changes.
    
    Long term advantage is easier to author/edit modules and questions
    because updates to questionnaire are just done inside of Module
    file rather than individual records. Much less coordination neeeded
    when deleting questions or modules.
    gregelin committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    07f23b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39688bd View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Configuration menu
    Copy the full SHA
    5e26024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de9ad43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b826ae View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Add notes

    gregelin committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    591b27b View commit details
    Browse the repository at this point in the history