Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

tracking who gets results #675

Open
teravest opened this issue Apr 14, 2014 · 1 comment
Open

tracking who gets results #675

teravest opened this issue Apr 14, 2014 · 1 comment

Comments

@teravest
Copy link
Contributor

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?

@teravest
Copy link
Contributor Author

Assigning to myself

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant