-
Notifications
You must be signed in to change notification settings - Fork 19
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
Skin Surveys #596
base: master
Are you sure you want to change the base?
Skin Surveys #596
Conversation
Merge master into csymons_skin_surveys
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one question, for my own edification
@@ -702,9 +704,9 @@ def test_bobo_takes_all_local_surveys(self): | |||
SurveyTemplateRepo.ALLERGIES_ID, | |||
SurveyTemplateRepo.DIET_ID, | |||
SurveyTemplateRepo.DETAILED_DIET_ID, | |||
SurveyTemplateRepo.MIGRAINE_ID, | |||
SurveyTemplateRepo.SURFERS_ID, | |||
SurveyTemplateRepo.COVID19_ID): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious: why were these surveys deleted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The surveys were removed from the actual user flow during the relaunch process, but not from this integration test. The fact that the test wasn't failing, even though we retired the surveys, is something that I'll need to investigate and I've created a GitHub issue reflecting that. Good catch.
This PR adds two new surveys:
And all of the constituent questions, responses, and information for those surveys. In addition, it adds a few new questions to other surveys and moves a couple of questions between surveys.
Corresponding microsetta-interface PR is biocore/microsetta-interface#329