Skip to content

Instantly share code, notes, and snippets.

@jtuttas
Last active October 8, 2021 15:34
Show Gist options
  • Save jtuttas/1d483c1dde262c5609010a3c62e34d81 to your computer and use it in GitHub Desktop.
Save jtuttas/1d483c1dde262c5609010a3c62e34d81 to your computer and use it in GitHub Desktop.
ERDiagramm

Hinweise

Damit draw IO die letzte Version des GIST laden kann, mit der HASH wert des Commits aus der URL entfernt werden.

Beispiel

aus...
https://gist.githubusercontent.com/jtuttas/1d483c1dde262c5609010a3c62e34d81/raw/d61ee7a522130a14addf429670109289bcaa547f/erd.drawio

wird....
https://gist.githubusercontent.com/jtuttas/1d483c1dde262c5609010a3c62e34d81/raw/erd.drawio

Und der Aufruf von draw.io lautet dann: https://draw.io/?url=https://gist.githubusercontent.com/jtuttas/1d483c1dde262c5609010a3c62e34d81/raw/erd.drawio

<mxfile host="7b38c6dd-8f4f-4851-962a-020db8988a22" modified="2020-08-21T12:24:36.132Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.48.0 Chrome/78.0.3904.130 Electron/7.3.2 Safari/537.36" etag="alclOAsBMOPfGMqAl_h8" version="13.1.3">
<diagram id="6hGFLwfOUW9BJ-s0fimq" name="Page-1">
<mxGraphModel dx="523" dy="433" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" background="none" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="4" style="rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;endArrow=none;endFill=0;" parent="1" source="2" target="5" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="294" y="270" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="2" value="Actor" style="shape=umlActor;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;html=1;outlineConnect=0;" parent="1" vertex="1">
<mxGeometry x="210" y="160" width="30" height="60" as="geometry"/>
</mxCell>
<mxCell id="5" value="A Use Case" style="ellipse;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="340" y="150" width="120" height="80" as="geometry"/>
</mxCell>
<mxCell id="6" value="&amp;lt;&amp;lt;include&amp;gt;&amp;gt;" style="edgeStyle=none;html=1;endArrow=open;verticalAlign=bottom;dashed=1;labelBackgroundColor=none;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="5" target="7">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="340" y="310" as="sourcePoint"/>
<mxPoint x="420" y="300" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="7" value="UseCaseName" style="shape=ellipse;html=1;strokeWidth=3;fontStyle=1;whiteSpace=wrap;align=center;perimeter=ellipsePerimeter;" vertex="1" parent="1">
<mxGeometry x="320" y="310" width="120" height="60" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment