You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we are moving on into having no separate database for testing, it would be great to be able to only get a certain selection of the dataset that is (or not) part of testing the study. I imagine something like:
in the study.js: add a param.test = true (to be set at build time)
also in study.js: add a URL_PARAM that will set that param.test to true is present: ?LITW_TEST=true
finally, in litw.data the _submit call used by all data calls, will add a testing: true to the data!
The text was updated successfully, but these errors were encountered:
As we are moving on into having no separate database for testing, it would be great to be able to only get a certain selection of the dataset that is (or not) part of testing the study. I imagine something like:
param.test = true
(to be set at build time)param.test
to true is present:?LITW_TEST=true
litw.data
the_submit
call used by all data calls, will add atesting: true
to the data!The text was updated successfully, but these errors were encountered: