-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUML.drawio
More file actions
75 lines (75 loc) · 9.17 KB
/
UML.drawio
File metadata and controls
75 lines (75 loc) · 9.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<mxfile host="65bd71144e">
<diagram id="0DxNVRoube6PMnfSvanv" name="Page-1">
<mxGraphModel dx="533" dy="696" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" background="none" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="6" value="Class: Manager" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;" vertex="1" parent="1">
<mxGeometry x="240" y="90" width="180" height="250" as="geometry"/>
</mxCell>
<mxCell id="7" value="+ self.file_path + self.tasklist" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="6">
<mxGeometry y="26" width="180" height="54" as="geometry"/>
</mxCell>
<mxCell id="8" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" vertex="1" parent="6">
<mxGeometry y="80" width="180" height="8" as="geometry"/>
</mxCell>
<mxCell id="9" value="+ create_tasklist(self) + add_tasklist(columns) + delete_task(self,index) + edit_task(self, columns) + print_tasklist(self) + complete_task(self, i) + orderby(self, columns) + addCategory(self, New Category) + filter(self, **kwargs)" style="text;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="6">
<mxGeometry y="88" width="180" height="162" as="geometry"/>
</mxCell>
<mxCell id="10" value="<p style="margin:0px;margin-top:4px;text-align:center;text-decoration:underline;"><b>tasklist.csv</b></p><hr><p style="margin:0px;margin-left:8px;">Columns:</p><p style="margin:0px;margin-left:8px;">Title : str</p><p style="margin:0px;margin-left:8px;">Description : str</p><p style="margin:0px;margin-left:8px;">Deadline : datetime</p><p style="margin:0px;margin-left:8px;">Category : str</p><p style="margin:0px;margin-left:8px;">Priority : int</p><p style="margin:0px;margin-left:8px;">Status : enumarated</p><p style="margin:0px;margin-left:8px;">Completion Time : datetime</p><p style="margin:0px;margin-left:8px;">Duration Planned : time</p><p style="margin:0px;margin-left:8px;">Duration : time</p><p style="margin:0px;margin-left:8px;">Points : int</p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;fillColor=#008a00;fontColor=#ffffff;strokeColor=#005700;" vertex="1" parent="1">
<mxGeometry x="650" y="105" width="160" height="220" as="geometry"/>
</mxCell>
<mxCell id="12" value="Creates and/or reads into pd.Dataframe" style="endArrow=open;endSize=12;dashed=1;html=1;fontFamily=Helvetica;exitX=1.005;exitY=0.325;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.005;entryY=0.571;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="9" target="10">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="410" y="230" as="sourcePoint"/>
<mxPoint x="570" y="230" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="13" value="<p style="margin:0px;margin-top:4px;text-align:center;text-decoration:underline;"><b>pd.Dataframe Tasklist</b></p><hr><p style="margin:0px;margin-left:8px;">See tasklist.csv</p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;labelBackgroundColor=#2c8907;" vertex="1" parent="1">
<mxGeometry x="630" y="400" width="160" height="90" as="geometry"/>
</mxCell>
<mxCell id="15" value="1" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=0;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;fontFamily=Helvetica;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="13" target="9">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="170" y="380" as="sourcePoint"/>
<mxPoint x="340" y="380" as="targetPoint"/>
<Array as="points">
<mxPoint x="710" y="380"/>
<mxPoint x="570" y="380"/>
<mxPoint x="570" y="259"/>
</Array>
</mxGeometry>
</mxCell>
<mxCell id="16" value="Class: taskValidator" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;labelBackgroundColor=none;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="410" y="440" width="160" height="100" as="geometry"/>
</mxCell>
<mxCell id="19" value="+validateDeadline(deadline) +validatePriority(priority) +validateStatus(status)" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;labelBackgroundColor=none;fontFamily=Helvetica;fontStyle=4" vertex="1" parent="16">
<mxGeometry y="26" width="160" height="74" as="geometry"/>
</mxCell>
<mxCell id="20" value="Use" style="endArrow=open;endSize=12;dashed=1;html=1;fontFamily=Helvetica;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="9" target="16">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="220" y="430" as="sourcePoint"/>
<mxPoint x="340" y="400" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="21" value="Class: Profile" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;labelBackgroundColor=none;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="100" y="440" width="180" height="200" as="geometry"/>
</mxCell>
<mxCell id="22" value="+ name : str + total_points : int + total_tasks : int + missed_deadlines : int" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;labelBackgroundColor=none;fontFamily=Helvetica;" vertex="1" parent="21">
<mxGeometry y="26" width="180" height="84" as="geometry"/>
</mxCell>
<mxCell id="23" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;labelBackgroundColor=none;fontFamily=Helvetica;" vertex="1" parent="21">
<mxGeometry y="110" width="180" height="8" as="geometry"/>
</mxCell>
<mxCell id="24" value="+ calculate_completed_tasks() + calculate_todo_tasks() + calculate_ongoing_tasks() + calculate_missed_deadlines() +__str__()" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;labelBackgroundColor=none;fontFamily=Helvetica;" vertex="1" parent="21">
<mxGeometry y="118" width="180" height="82" as="geometry"/>
</mxCell>
<mxCell id="26" value="Use" style="endArrow=open;endSize=12;dashed=1;html=1;fontFamily=Helvetica;entryX=0.08;entryY=1.031;entryDx=0;entryDy=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryPerimeter=0;" edge="1" parent="1" source="21" target="9">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="190" y="350" as="sourcePoint"/>
<mxPoint x="274.21052631578937" y="439.9999999999998" as="targetPoint"/>
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>