Difference between revisions of "Mermaid:GDPR Information Flows"
From Dan Shearer CV
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | graph LR |
|
+ | controller((Data Controller .)) == "sends audit requests to ." ==> processor((Data Processor .)) |
||
− | A -- text --> B -- text2 --> C |
||
+ | processor -- "replies with audit answers ." --> controller |
||
+ | processor -- "informs of breach ." --> controller |
||
+ | |||
+ | classDef green fill:#9f6,stroke:#333,stroke-width:2px; |
||
+ | classDef orange fill:#f96,stroke:#333,stroke-width:4px; |
||
+ | classDef blue fill:#99f,stroke:#333,stroke-width:2px; |
||
+ | |||
+ | class controller green |
||
+ | class processor blue |
||
+ | class i1 orange |
Latest revision as of 14:43, 24 November 2021
graph LR
controller((Data Controller .)) == "sends audit requests to ." ==> processor((Data Processor .))
processor -- "replies with audit answers ." --> controller
processor -- "informs of breach ." --> controller
classDef green fill:#9f6,stroke:#333,stroke-width:2px;
classDef orange fill:#f96,stroke:#333,stroke-width:4px;
classDef blue fill:#99f,stroke:#333,stroke-width:2px;
class controller green
class processor blue
class i1 orange
graph LR controller((Data Controller .)) == "sends audit requests to ." ==> processor((Data Processor .)) processor -- "replies with audit answers ." --> controller processor -- "informs of breach ." --> controller classDef green fill:#9f6,stroke:#333,stroke-width:2px; classDef orange fill:#f96,stroke:#333,stroke-width:4px; classDef blue fill:#99f,stroke:#333,stroke-width:2px; class controller green class processor blue class i1 orange