Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tyler- diagrams
  • Loading branch information
tjb20007 committed Sep 27, 2023
1 parent d887cbd commit 7cef8a4
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions feature_diagrams/ty-draw.drawio
@@ -0,0 +1,52 @@
<mxfile host="65bd71144e">
<diagram id="pLcWzan0SxFGLvLKoedM" name="Page-1">
<mxGraphModel dx="746" dy="419" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="7" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="2" target="3">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="8" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="2" target="4">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="2" value="User Input desired classes with time slots" style="whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="310" y="80" width="80" height="80" as="geometry"/>
</mxCell>
<mxCell id="3" value="Allows students to instantly check if there will be colisions with classes" style="whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="430" y="30" width="120" height="80" as="geometry"/>
</mxCell>
<mxCell id="4" value="Doesn't allow students to enroll overlap classes" style="whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="440" y="160" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="6" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="5" target="2">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="5" value="User has schedule already made" style="whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="140" y="90" width="100" height="60" as="geometry"/>
</mxCell>
<mxCell id="12" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="9" target="10">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="9" value="System first implements all classes" style="whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="140" y="280" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="14" style="edgeStyle=none;html=1;exitX=1;exitY=0.75;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="10" target="13">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="15" style="edgeStyle=none;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="10" target="11">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="10" value="System chooses classes to be requisites&amp;nbsp;" style="whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="310" y="280" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="11" value="Students can view the course list, and it will show the prerequisites" style="whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="470" y="250" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="13" value="Students must have the prerequisites completed to enroll in the classes" style="whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="450" y="350" width="120" height="60" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>

0 comments on commit 7cef8a4

Please sign in to comment.