Mermaid:GDPR Information Flows

From Dan Shearer CV
Revision as of 14:32, 24 November 2021 by Dan (talk | contribs)
graph LR controller((Data Controller .)) -- "sends audit requests to ." --> processor((Data Processor .)); processor -- "replies with audit answers ." --> 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

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