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

Add configuration entry to send DATA with a "TEST" flag. #14

Open
nigini opened this issue Feb 27, 2024 · 0 comments
Open

Add configuration entry to send DATA with a "TEST" flag. #14

nigini opened this issue Feb 27, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@nigini
Copy link
Member

nigini commented Feb 27, 2024

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!
@nigini nigini added the enhancement New feature or request label Feb 27, 2024
@nigini nigini added this to the V2.1 milestone Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant