-
-
Notifications
You must be signed in to change notification settings - Fork 504
Diagrams Practice for future documentation, not real
Brock Wilcox edited this page Oct 23, 2022
·
1 revision
This is a practice page for diagrams. These are not accurate! This is using the built-in Mermaid Declarative Diagrams syntax.
erDiagram
user }|--|{ organization : "Belongs to"
partner ||--|{ request : "Requests a distribution"
request }|--|| organization : "From a bank"
sequenceDiagram
Partner ->> Bank: Request a distribution
Bank ->> Partner: Fill
sequenceDiagram
Rando person ->> Bank: Drop off a donation
Bank ->> Bank: Catalog and create inventory