@@ -5,14 +5,75 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## 1.4.1
99
1010### Added
1111
12+ - Python scripts / jobs
13+ - Curious invitations to REDCap
14+ - TypeScript scripts / jobs
15+ - decrypt single answer
16+
17+ ## 1.4.0
18+
19+ ### Updated
20+
21+ - REDCap PID 744 ` record_id ` s now match ` mrn ` s
22+ - When setting ` "complete_parent_second_guardian_consent" ` in PID 744:
23+ <table >
24+ <tbody >
25+ <tr><th colspan="2">if</th><th>then</th></tr>
26+ <tr><th colspan="2">PID 247</th><th>PID 744</th></tr>
27+ <tr><th><code>["guardian2_consent"]</code></th><th><code>["parent_second_guardian_consent_complete"]</code></th><th><code>["complete_parent_second_guardian_consent"]</code></th></tr>
28+ <tr><td><code>"No"</code></td><td rowspan="2">any</td><td><code>"Not Required"</code></td></tr>
29+ <tr><td><code>"Not Applicable (Adult Participant)"</code></td><td><code>"Not Applicable (Adult Participant)"</code></td></tr>
30+ <tr><td rowspan="3">not in <code>["No", "Not Applicable (Adult Participant)"]</code></td><td><code>"Incomplete"</code></td><td><code>"Incomplete"</code></td></tr>
31+ <tr><td><code>"Unverified"</code></td><td><code>"Unverified"</code></td></tr>
32+ <tr><td><code>"Complete"</code></td><td><code>"Complete"</code></td></tr>
33+ </tbody>
34+ </table >
35+
36+ ## 1.3.0
37+
38+ ### Added
39+
40+ - Python scripts / jobs
41+ - Curious alerts to REDCap
42+
43+ ### Updated
44+
1245- initial Terraform configuration
1346- utility function library
47+
48+ ## 1.2.0
49+
50+ ### Added
51+
1452- Python scripts / jobs
15- - Ripple to REDCap
16- - REDCap to REDCap
1753 - REDCap to Curious
18- - Curious alerts to REDCap
54+
55+ ### Updated
56+
57+ - initial Terraform configuration
58+ - utility function library
59+
60+ ## 1.1.0
61+
62+ ### Added
63+
64+ - Python scripts / jobs
65+ - REDCap to REDCap
66+
67+ ### Updated
68+
69+ - initial Terraform configuration
70+ - utility function library
71+
72+ ## 1.0.0
73+
74+ ### Added
75+
76+ - initial Terraform configuration
77+ - utility function library
78+ - Python scripts / jobs
79+ - Ripple to REDCap
0 commit comments