-
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
Pulling localized surveys #331
Conversation
@@ -0,0 +1,20 @@ | |||
-- spanish responses were not reflected in this table |
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.
Can merge this all into 0078
Fixes #328 |
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.
I think something went wrong with merging changes 0080.sql and 0081.sql. We ended up with an empty script for 0080.sql and no corresponding change to migration_support.py as far as I can tell. Unclear to me why that set of changes was added into 0081.sql instead.
I suspect there's also a minor issue with height/weight parsing if the user enters gibberish when we then try to pass off to vioscreen.
Ish. 0080.sql is already used in master which is creating problems
Issue is on nulls but yes, there is a problem |
# TODO: the table *currently* uses the field "response" for an | ||
# english response, but we should do something better w/ | ||
# i18n labels | ||
localization.EN_US: "american", |
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.
...use survey_response.
This is not ready to merge yet