Difference between revisions of "Mermaid:GDPR Information Flows"

From Dan Shearer CV
 
Line 1: Line 1:
 
graph LR
 
graph LR
controller((Data Controller .)) -- "sends audit requests to ." --> processor((Data Processor .));
+
controller((Data Controller .)) == "sends audit requests to ." ==> processor((Data Processor .))
 
processor -- "replies with audit answers ." --> controller
 
processor -- "replies with audit answers ." --> controller
  +
processor -- "informs of breach ." --> controller
   
 
classDef green fill:#9f6,stroke:#333,stroke-width:2px;
 
classDef green fill:#9f6,stroke:#333,stroke-width:2px;

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