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

Feature/rs 8539 add key flag to screener questions assisting #520

Conversation

PLUCS2
Copy link

@PLUCS2 PLUCS2 commented Nov 11, 2021

Fix #8539 on RS - necessary for adding screener questions. Linked to feature/RS-8539-add-key-flag-to-screener-questions PR on RS.

This PR will add a migration to add a column to the questions table - boolean - and allow the param to be passed forward.

Mark Yoon and others added 30 commits May 11, 2014 23:13
…k with the latest versions and updated bundler.
… a question is given a 'correct' answer upon parsing.
…f sprockets so we stop getting errors and made it so we know to precompile the surveyor_all files.
…y import in the engine file as this breaks the configuration otherwise.
…xt section' buttons instead of assuming bootstrap classes.
… default which will get messed up if you edit a survey
…her or not all the mandatory questions which are triggered have been answered.
… model to the question model so it could be used in other places.
… adding skip logic to a section based on responses to questions to point to a target section to jump to.
… to fill out. In doing so added some tests for this method.
…nd just updated the method on 'response_set' to properly check for empty responses. Updated survey_section#complete? method to match this change. Updated tests to match this also.
…hods for questions and resposne sets which allow us to check if a response set is qualified.
…t section for survey sections which will allow for denoting that the survey should complete.
…n before validation so we can truly validate instead of the previous version where we could create a broken survey.
…ill have to upgrade specs to post 3.4.4 rspec.
…der when looking at a question. In doing so, updated some tests. Also updated some gem requirements to make tests run on my machine.
rsaris and others added 26 commits May 20, 2019 22:07
This includes removing sass and rabl, updating rspec, and removing unused specs. This gem is now primarily concerned with the models and does not include anything around the FE for taking surveys as that is provided by the rails-server.
Adds version numbers to the migration files in line with when they were created.

Adds required: false to belongs_to associations which are not required and
updates those which are required to be explicit so we do not rely on the config
being set up properly in an app.

Removes a spec which doesn't run any more due to removed assets as the FE
concerns were removed.
* RS-4292 Updates to allow specs to run in 5.1

Adds version numbers to the migration files in line with when they were created.

Adds required: false to belongs_to associations which are not required and
updates those which are required to be explicit so we do not rely on the config
being set up properly in an app.

Removes a spec which doesn't run any more due to removed assets as the FE
concerns were removed.

* CHORE Remove unused files and deprecation warnings

Update Rakefile, database cleaner gem, and parser_spec to remove warnings.

Remove locales files and reference to empty directories in generators.

Removed some should matchers in specs.
…or-version-2.4.10-gems

RS-4458 fix version and gem sync with UI app
- fixes missed rspec deprecations
- adds some UI credits given our hacking it up
- drops rails < 4.2.10
doesn’t fix everything but gets us in a better spot and with some frozen string wins
…-pre-rubocop

RS-4476 rubocop to match UI app rules (3.2.1)
also lint some of the models in this horrorshow
Co-authored-by: Jeff Baxendale <jeffbax@users.noreply.github.com>
…-v3.3.0

RS-4476 upgrade to rails 5.2.6 and ruby 2.6.7
…f-for-question-answer-association

Feature/rs 7111 added inverse_of for has_many :answers association in question_methods.rb
@PLUCS2 PLUCS2 closed this Nov 11, 2021
@PLUCS2 PLUCS2 deleted the feature/RS-8539-add-key-flag-to-screener-questions-assisting branch November 11, 2021 11:34
@PLUCS2 PLUCS2 restored the feature/RS-8539-add-key-flag-to-screener-questions-assisting branch November 11, 2021 11:35
@PLUCS2 PLUCS2 deleted the feature/RS-8539-add-key-flag-to-screener-questions-assisting branch November 11, 2021 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants