Skip to content

Commit 5962546

Browse files
committed
📝 Add missing datacheck to flowchart
1 parent 9d395a5 commit 5962546

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • python_jobs/src/hbnmigration/from_curious

python_jobs/src/hbnmigration/from_curious/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ flowchart TD
4343
activityAnswers@{ shape: procs, label: "[POST «Curious» ('Curious Account Created' activity)]\n× respondent" }
4444
pushREDCap@{shape: rounded, label: "POST REDCap\n**PID 744**" };
4545
46-
start --> authenticate --> pull --> fetchREDCap --"filter Curious data by REDCap already completed"--> datacheck@{ shape: diamond, label: "any invitations?" } --"yes"--> activityAnswers --> decrypt( decrypt ) --> transfor( transform ) --> pushREDCap --> stop
46+
start --> authenticate --> pull --> datacheck0@{ shape: diamond, label: "any invitations?" } --"yes"--> fetchREDCap --"filter Curious data by REDCap already completed"--> datacheck@{ shape: diamond, label: "any invitations?" } --"yes"--> activityAnswers --> decrypt( decrypt ) --> transfor( transform ) --> pushREDCap --> stop
4747
48+
datacheck0 --"no"--> stop@{ shape: dbl-circ, label: "Stop" };
4849
datacheck --"no"--> stop@{ shape: dbl-circ, label: "Stop" };
4950
5051
class authenticate,pull,activityAnswers,fetchREDCap,pushREDCap apiCall;
51-
linkStyle 0,1,2 stroke:#0067a0,color:#0067a0
52+
linkStyle 0,1,2,3,4,5,6,7,8,9,10,11 stroke:#0067a0,color:#0067a0
5253
```

0 commit comments

Comments
 (0)