-
Notifications
You must be signed in to change notification settings - Fork 179
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
[Candidate_parameters] Update consent doc #3753
[Candidate_parameters] Update consent doc #3753
Conversation
ALTER TABLE consent_info_history ADD COLUMN draw_blood_consent enum('yes','no','not_answered'); | ||
ALTER TABLE consent_info_history ADD COLUMN draw_blood_consent_date date; | ||
ALTER TABLE consent_info_history ADD COLUMN draw_blood_consent_withdrawal date; | ||
INSERT INTO consent (Name, Label) VALUES ('draw_blood_consent', 'Consent to Draw Blood'); |
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.
Is there already redmine ticket that this needs a front end to configure?
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.
@driusan i can make one - it was already in the plans for consent PR 3!
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.
@driusan which branch should it target?
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.
Most likely minor, I just want to be sure it's not lost. The document is fine like this since that's the current state of things, but we shouldn't be forcing people to use raw SQL and should make sure there's a plan in place to fix it...
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.
Updates all docs to be in line with recent changes made to normalize consent
Separately, i'll also update https://github.com/aces/Loris/wiki/Candidate-Information-Page - done