add usecase diagram
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
<mxfile host="app.diagrams.net">
|
||||
<diagram name="Page-1" id="tAKQss-MJwvgH7QX92MC">
|
||||
<mxGraphModel dx="1653" dy="785" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
|
||||
<root>
|
||||
<mxCell id="0" />
|
||||
<mxCell id="1" parent="0" />
|
||||
<mxCell id="Sys_KH" parent="1" style="swimlane;whiteSpace=wrap;html=1;startSize=30;fontSize=14;fontStyle=1" value="Customer Operations" vertex="1">
|
||||
<mxGeometry height="360" width="350" x="200" y="40" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="UC_OrderQR" parent="Sys_KH" style="ellipse;whiteSpace=wrap;html=1;" value="Place Orders QR Table" vertex="1">
|
||||
<mxGeometry height="60" width="150" x="100" y="60" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="UC_Pay" parent="Sys_KH" style="ellipse;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=#9673a6;" value="Process Payments" vertex="1">
|
||||
<mxGeometry height="60" width="150" x="100" y="160" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="UC_Feedback" parent="Sys_KH" style="ellipse;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=#9673a6;" value="Submit Feedback
& Promotions" vertex="1">
|
||||
<mxGeometry height="60" width="150" x="100" y="260" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="Actor_KH" parent="1" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;fontSize=14;fontStyle=1" value="Customer" vertex="1">
|
||||
<mxGeometry height="80" width="40" x="60" y="160" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="E1_KH" edge="1" parent="1" source="Actor_KH" style="edgeStyle=none;html=1;endArrow=none;endFill=0;" target="UC_OrderQR">
|
||||
<mxGeometry relative="1" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="E2_KH" edge="1" parent="1" source="Actor_KH" style="edgeStyle=none;html=1;endArrow=none;endFill=0;" target="UC_Pay">
|
||||
<mxGeometry relative="1" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="E3_KH" edge="1" parent="1" source="Actor_KH" style="edgeStyle=none;html=1;endArrow=none;endFill=0;" target="UC_Feedback">
|
||||
<mxGeometry relative="1" as="geometry" />
|
||||
</mxCell>
|
||||
</root>
|
||||
</mxGraphModel>
|
||||
</diagram>
|
||||
</mxfile>
|
||||
Reference in New Issue
Block a user