-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remove census specific code #27
Conversation
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.
There is still a fair bit of Census specific code e.g. TransformSchemaParamsToName
in auth.go
and Javascript in launch.html
.
I removed census code from "auth.go" but do we want to remove the code in "launch.html" as it's required for launching "test_individual_response" schema? |
Removed remaining census functions from "launch.go" |
…q-questionnaire-launcher into remove-census-specific-code
What is the context of this PR?
This removes census specific code from
survey.go
andlaunch.html
. Some code was left in order to test census schemas (test_individual_response.json).How to review
Use local go launcher as described in readme file to check the changes.