-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcourse_tree_structure_user.uxf
More file actions
110 lines (110 loc) · 2.17 KB
/
course_tree_structure_user.uxf
File metadata and controls
110 lines (110 loc) · 2.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="14.2">
<zoom_level>10</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>370</x>
<y>550</y>
<w>280</w>
<h>110</h>
</coordinates>
<panel_attributes>User
--
- fullname
- email
- username
- password {hashed}
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>800</x>
<y>550</y>
<w>240</w>
<h>110</h>
</coordinates>
<panel_attributes>CourseHistory
--
- courseId
- lastEntry
- created: DateTime
- modified: DateTime</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>640</x>
<y>590</y>
<w>180</w>
<h>50</h>
</coordinates>
<panel_attributes>lt=<<<<<-
m1=n
m2=1
activeCourses</panel_attributes>
<additional_attributes>160.0;20.0;10.0;20.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>810</x>
<y>750</y>
<w>240</w>
<h>120</h>
</coordinates>
<panel_attributes>EntryHistory
--
courseId
entryId
created: DateTime
modified: DateTime
state : string</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>910</x>
<y>650</y>
<w>120</w>
<h>120</h>
</coordinates>
<panel_attributes>lt=<<<<<-
m1=n
m2=1
visitedEntries</panel_attributes>
<additional_attributes>10.0;100.0;10.0;10.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>360</x>
<y>760</y>
<w>260</w>
<h>100</h>
</coordinates>
<panel_attributes>Role
--
- role
{STUDENT, TEACHER, ADMIN}</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>440</x>
<y>650</y>
<w>60</w>
<h>130</h>
</coordinates>
<panel_attributes>lt=<<<<<-
m1=n
m2=m
roles</panel_attributes>
<additional_attributes>10.0;110.0;10.0;10.0</additional_attributes>
</element>
</diagram>