-
- Downloads
Merge branch 'master' into 'feature/surveys2'
# Conflicts: # lib/diskuy_web/router.ex
Showing
- config/docker.env 1 addition, 1 deletionconfig/docker.env
- lib/diskuy/surveys.ex 319 additions, 0 deletionslib/diskuy/surveys.ex
- lib/diskuy/surveys/README.md 14 additions, 0 deletionslib/diskuy/surveys/README.md
- lib/diskuy/surveys/answer.ex 19 additions, 0 deletionslib/diskuy/surveys/answer.ex
- lib/diskuy/surveys/question.ex 19 additions, 0 deletionslib/diskuy/surveys/question.ex
- lib/diskuy/surveys/survey.ex 18 additions, 0 deletionslib/diskuy/surveys/survey.ex
- lib/diskuy/surveys_page.ex 40 additions, 0 deletionslib/diskuy/surveys_page.ex
- lib/diskuy_web/controllers/answer_controller.ex 55 additions, 0 deletionslib/diskuy_web/controllers/answer_controller.ex
- lib/diskuy_web/controllers/question_controller.ex 55 additions, 0 deletionslib/diskuy_web/controllers/question_controller.ex
- lib/diskuy_web/controllers/survey_controller.ex 58 additions, 0 deletionslib/diskuy_web/controllers/survey_controller.ex
- lib/diskuy_web/controllers/survey_pages_controller.ex 52 additions, 0 deletionslib/diskuy_web/controllers/survey_pages_controller.ex
- lib/diskuy_web/router.ex 28 additions, 0 deletionslib/diskuy_web/router.ex
- lib/diskuy_web/views/answer_view.ex 18 additions, 0 deletionslib/diskuy_web/views/answer_view.ex
- lib/diskuy_web/views/question_view.ex 18 additions, 0 deletionslib/diskuy_web/views/question_view.ex
- lib/diskuy_web/views/survey_pages_view.ex 15 additions, 0 deletionslib/diskuy_web/views/survey_pages_view.ex
- lib/diskuy_web/views/survey_view.ex 22 additions, 0 deletionslib/diskuy_web/views/survey_view.ex
- priv/repo/migrations/20211125070017_create_surveys.exs 12 additions, 0 deletionspriv/repo/migrations/20211125070017_create_surveys.exs
- priv/repo/migrations/20211125075953_create_questions.exs 16 additions, 0 deletionspriv/repo/migrations/20211125075953_create_questions.exs
- priv/repo/migrations/20211125080109_create_answers.exs 16 additions, 0 deletionspriv/repo/migrations/20211125080109_create_answers.exs
- priv/repo/migrations/20211211084707_update_surveys.exs 9 additions, 0 deletionspriv/repo/migrations/20211211084707_update_surveys.exs
Loading
Please register or sign in to comment