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
{{ message }}
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
Since we are getting rid of paper results we need to track who gets them from now on.
I think this has to be done at a kit level, so if a tube is replaced the participant still gets paper results.
We need to add two columns in the database, one in ag_kit and one in ag_handout_kit both should be called gets_paper_results and the default should be 'N'.
Then after the April 15th kits are made, every row in the database needs to be updated with 'Y' for that value.
We will need to change the add_particpipant.psp (and possibly register_user.psp) code to make the value in ag_kit = 'Y' if the value in ag_handout_kit = 'Y'
Then the code to create kits needs to be updated to always insert 'N' into the get_paper_resutls column.
I think this should cover all situations. Anyone see something missing?
The text was updated successfully, but these errors were encountered:
Since we are getting rid of paper results we need to track who gets them from now on.
I think this has to be done at a kit level, so if a tube is replaced the participant still gets paper results.
We need to add two columns in the database, one in ag_kit and one in ag_handout_kit both should be called gets_paper_results and the default should be 'N'.
Then after the April 15th kits are made, every row in the database needs to be updated with 'Y' for that value.
We will need to change the add_particpipant.psp (and possibly register_user.psp) code to make the value in ag_kit = 'Y' if the value in ag_handout_kit = 'Y'
Then the code to create kits needs to be updated to always insert 'N' into the get_paper_resutls column.
I think this should cover all situations. Anyone see something missing?
The text was updated successfully, but these errors were encountered: