Skip to content

Commit b20bf29

Browse files
docs: update README.md
Fixed mermaid formatting
1 parent b9cb5ca commit b20bf29

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ flowchart TD
2525
note1 --> loop1{for each channel result received}
2626
loop1 -->|More channel results| determineTransaction[Determine transaction]
2727
determineTransaction --> determineChannels[Determine all channels]
28-
determineChannels --> readConfig[Read Transaction Configuration from database to determine review Message]
28+
determineChannels --> readConfig[Read Transaction Configuration from database to determine review message]
2929
readConfig --> loop2{Channels results outstanding}
3030
loop2 -->|More channel results| writeCache[Write channel result to cache]
3131
writeCache --> loop2
3232
loop2 -->|Channels complete| checkReview{Review any typologies?}
33-
checkReview -->|ALRT| sendAlert[send alert to CMS]
34-
checkReview -->|NALT| noAlert[don't send alert to CMS]
35-
sendAlert --> clearCache[clear cache]
33+
checkReview -->|ALRT| sendAlert[Send alert to CMS]
34+
checkReview -->|NALT| noAlert[Don't send alert to CMS]
35+
sendAlert --> clearCache[Clear cache]
3636
noAlert --> clearCache
37-
clearCache --> writeHistory[write transactions to transaction history DB]
38-
writeHistory --> logReview[Log review message (Review/None)]
37+
clearCache --> writeHistory[Write transactions to transaction history DB]
38+
writeHistory --> logReview[Log review message - Review or None]
3939
logReview --> loop1
40-
loop1 -->|No more channel results| sendResponse[send 200 response back to CADProc]
40+
loop1 -->|No more channel results| sendResponse[Send 200 response back to CADProc]
4141
sendResponse --> note2["Response includes: Channel-ID, Channel Results"]
4242
note2 --> stop([Stop])
4343
```

0 commit comments

Comments
 (0)