2022-11-23 02:00:43 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<diagram program="umlet" version="15.0.0">
|
2022-11-23 23:55:23 +01:00
|
|
|
<zoom_level>13</zoom_level>
|
2022-11-23 02:00:43 +01:00
|
|
|
<element>
|
|
|
|
<id>UMLClass</id>
|
|
|
|
<coordinates>
|
2022-11-28 23:29:32 +01:00
|
|
|
<x>247</x>
|
|
|
|
<y>312</y>
|
2022-11-23 23:55:23 +01:00
|
|
|
<w>299</w>
|
2022-11-27 22:27:57 +01:00
|
|
|
<h>234</h>
|
2022-11-23 02:00:43 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>User
|
|
|
|
--
|
2022-11-23 23:55:23 +01:00
|
|
|
<<PK>>
|
|
|
|
- user_id: INTEGER
|
2022-11-23 02:00:43 +01:00
|
|
|
--
|
2022-11-23 23:55:23 +01:00
|
|
|
- ip address: TEXT
|
|
|
|
- user agent string: TEXT
|
|
|
|
- platform: TEXT
|
|
|
|
- browser: TEXT
|
|
|
|
- mobile: INTEGER
|
2022-11-27 22:27:57 +01:00
|
|
|
- is_human: INTEGER
|
2022-11-23 02:00:43 +01:00
|
|
|
style=autoresize</panel_attributes>
|
|
|
|
<additional_attributes/>
|
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>UMLClass</id>
|
|
|
|
<coordinates>
|
2022-11-28 23:29:32 +01:00
|
|
|
<x>975</x>
|
|
|
|
<y>312</y>
|
2022-11-23 23:55:23 +01:00
|
|
|
<w>234</w>
|
|
|
|
<h>130</h>
|
2022-11-23 02:00:43 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>FileGroup
|
|
|
|
--
|
2022-11-23 23:55:23 +01:00
|
|
|
<<PK>>
|
|
|
|
- group_id: INTEGER
|
2022-11-23 02:00:43 +01:00
|
|
|
--
|
2022-11-23 23:55:23 +01:00
|
|
|
- group_name: TEXT
|
2022-11-23 02:00:43 +01:00
|
|
|
style=autoresize</panel_attributes>
|
|
|
|
<additional_attributes/>
|
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>Relation</id>
|
|
|
|
<coordinates>
|
2022-11-28 23:29:32 +01:00
|
|
|
<x>871</x>
|
|
|
|
<y>312</y>
|
2022-11-23 23:55:23 +01:00
|
|
|
<w>130</w>
|
|
|
|
<h>65</h>
|
2022-11-23 02:00:43 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>lt=-
|
|
|
|
m1=n
|
|
|
|
m2=1
|
|
|
|
</panel_attributes>
|
2022-11-23 23:55:23 +01:00
|
|
|
<additional_attributes>10.0;20.0;80.0;20.0</additional_attributes>
|
2022-11-23 02:00:43 +01:00
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>UMLClass</id>
|
|
|
|
<coordinates>
|
2022-11-28 23:29:32 +01:00
|
|
|
<x>637</x>
|
|
|
|
<y>299</y>
|
2022-11-23 23:55:23 +01:00
|
|
|
<w>247</w>
|
|
|
|
<h>221</h>
|
2022-11-23 02:00:43 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>Request
|
|
|
|
--
|
2022-11-23 23:55:23 +01:00
|
|
|
<<PK>>
|
|
|
|
- request_id: INTEGER
|
2022-11-23 02:00:43 +01:00
|
|
|
--
|
2022-11-23 23:55:23 +01:00
|
|
|
- user_id: INTEGER
|
|
|
|
- group_id: INTEGER
|
2022-11-23 02:00:43 +01:00
|
|
|
--
|
2022-11-23 23:55:23 +01:00
|
|
|
- date: TEXT
|
|
|
|
- referer: TEXT
|
|
|
|
- status: INTEGER
|
2022-11-23 02:00:43 +01:00
|
|
|
style=autoresize</panel_attributes>
|
|
|
|
<additional_attributes/>
|
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>Relation</id>
|
|
|
|
<coordinates>
|
2022-11-28 23:29:32 +01:00
|
|
|
<x>533</x>
|
|
|
|
<y>312</y>
|
2022-11-23 23:55:23 +01:00
|
|
|
<w>130</w>
|
|
|
|
<h>65</h>
|
2022-11-23 02:00:43 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>lt=-
|
|
|
|
m1=1
|
|
|
|
m2=n
|
|
|
|
</panel_attributes>
|
2022-11-23 23:55:23 +01:00
|
|
|
<additional_attributes>10.0;20.0;80.0;20.0</additional_attributes>
|
2022-11-23 02:00:43 +01:00
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>UMLClass</id>
|
|
|
|
<coordinates>
|
2022-11-28 23:29:32 +01:00
|
|
|
<x>975</x>
|
|
|
|
<y>585</y>
|
2022-11-23 23:55:23 +01:00
|
|
|
<w>234</w>
|
|
|
|
<h>130</h>
|
2022-11-23 02:00:43 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>File
|
|
|
|
--
|
2022-11-23 23:55:23 +01:00
|
|
|
<<PK>>
|
|
|
|
- name: TEXT
|
2022-11-23 02:00:43 +01:00
|
|
|
--
|
2022-11-23 23:55:23 +01:00
|
|
|
- group_id: INTEGER
|
2022-11-23 02:00:43 +01:00
|
|
|
--
|
|
|
|
style=autoresize</panel_attributes>
|
|
|
|
<additional_attributes/>
|
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>Relation</id>
|
|
|
|
<coordinates>
|
2022-11-28 23:29:32 +01:00
|
|
|
<x>1014</x>
|
|
|
|
<y>429</y>
|
2022-11-23 23:55:23 +01:00
|
|
|
<w>52</w>
|
|
|
|
<h>182</h>
|
2022-11-23 02:00:43 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>lt=-
|
|
|
|
m1=n
|
|
|
|
m2=1
|
|
|
|
</panel_attributes>
|
2022-11-23 23:55:23 +01:00
|
|
|
<additional_attributes>10.0;120.0;10.0;10.0</additional_attributes>
|
2022-11-23 02:00:43 +01:00
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>UMLNote</id>
|
|
|
|
<coordinates>
|
2022-11-28 23:29:32 +01:00
|
|
|
<x>780</x>
|
|
|
|
<y>156</y>
|
2022-11-23 23:55:23 +01:00
|
|
|
<w>390</w>
|
|
|
|
<h>91</h>
|
2022-11-23 02:00:43 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>One group contains multiple files.
|
|
|
|
Lets you group the images from a
|
|
|
|
html with the html itself
|
|
|
|
style=autoresize</panel_attributes>
|
|
|
|
<additional_attributes/>
|
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>Relation</id>
|
|
|
|
<coordinates>
|
2022-11-28 23:29:32 +01:00
|
|
|
<x>988</x>
|
|
|
|
<y>234</y>
|
2022-11-23 23:55:23 +01:00
|
|
|
<w>39</w>
|
|
|
|
<h>104</h>
|
2022-11-23 02:00:43 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>lt=<-</panel_attributes>
|
|
|
|
<additional_attributes>10.0;60.0;10.0;10.0</additional_attributes>
|
|
|
|
</element>
|
|
|
|
</diagram>
|