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

[Candidate_parameters] Update consent doc #3753

Merged
merged 4 commits into from
Jun 26, 2018

Conversation

zaliqarosli
Copy link
Contributor

@zaliqarosli zaliqarosli commented Jun 20, 2018

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

@zaliqarosli zaliqarosli added Category: Documentation PR or issue that aims to improve the documentation (test plans, wiki, comments...) Release: Document at release PR whose changes need to be documented in the wiki (or other documentation) at release [branch] major labels Jun 20, 2018
@zaliqarosli zaliqarosli requested review from johnsaigle and removed request for johnsaigle June 20, 2018 19:19
@zaliqarosli zaliqarosli added Cleanup PR or issue introducing/requiring at least one clean-up operation and removed [branch] major labels Jun 20, 2018
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');
Copy link
Collaborator

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?

Copy link
Contributor Author

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!

Copy link
Contributor Author

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?

Copy link
Collaborator

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...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ridz1208 ridz1208 added this to the 20.0.0 milestone Jun 21, 2018
@driusan driusan merged commit 9cadb26 into aces:20.0-release Jun 26, 2018
@zaliqarosli zaliqarosli deleted the 2018-06-20_update_consent_doc branch April 24, 2019 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Documentation PR or issue that aims to improve the documentation (test plans, wiki, comments...) Cleanup PR or issue introducing/requiring at least one clean-up operation Release: Document at release PR whose changes need to be documented in the wiki (or other documentation) at release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants