Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 445 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 445 Bytes

David Cloutier Work Log

Draw IO:

diagram

Mermaid JS:

sequenceDiagram
    participant dotcom
    participant iframe
    participant viewscreen
    dotcom->>iframe: loads html w/ iframe url
    iframe->>viewscreen: request template
    viewscreen->>iframe: html & javascript
    iframe->>dotcom: iframe ready
    dotcom->>iframe: set mermaid data on iframe
    iframe->>iframe: render mermaid
Loading