File tree Expand file tree Collapse file tree 9 files changed +138
-5
lines changed Expand file tree Collapse file tree 9 files changed +138
-5
lines changed Original file line number Diff line number Diff line change 6
6
<link href =" https://imustafin.tatar/feed-multilang.xml" rel =" self" type =" application/atom+xml" />
7
7
<link href =" https://imustafin.tatar" />
8
8
<id >https://imustafin.tatar/feed-multilang.xml</id >
9
- <updated >2024-11-27T18:31:49 +00:00</updated >
9
+ <updated >2024-11-27T18:39:25 +00:00</updated >
10
10
11
11
12
12
Original file line number Diff line number Diff line change 6
6
<link href =" https://imustafin.tatar/feed.xml" rel =" self" type =" application/atom+xml" />
7
7
<link href =" https://imustafin.tatar" />
8
8
<id >https://imustafin.tatar/feed.xml</id >
9
- <updated >2024-11-27T18:31:49 +00:00</updated >
9
+ <updated >2024-11-27T18:39:25 +00:00</updated >
10
10
11
11
12
12
Original file line number Diff line number Diff line change 6
6
<link href =" https://imustafin.tatar/ru/feed.xml" rel =" self" type =" application/atom+xml" />
7
7
<link href =" https://imustafin.tatar" />
8
8
<id >https://imustafin.tatar/ru/feed.xml</id >
9
- <updated >2024-11-27T18:31:49 +00:00</updated >
9
+ <updated >2024-11-27T18:39:25 +00:00</updated >
10
10
11
11
12
12
Original file line number Diff line number Diff line change 6
6
<link href =" https://imustafin.tatar/tt/feed.xml" rel =" self" type =" application/atom+xml" />
7
7
<link href =" https://imustafin.tatar" />
8
8
<id >https://imustafin.tatar/tt/feed.xml</id >
9
- <updated >2024-11-27T18:31:49 +00:00</updated >
9
+ <updated >2024-11-27T18:39:25 +00:00</updated >
10
10
11
11
12
12
Original file line number Diff line number Diff line change
1
+ @startuml
2
+
3
+ !define Table(name) class name as "name"
4
+ !define primary_key(x) <b>x</b>
5
+ !define unique(x) <color:green>x</color>
6
+ !define not_null(x) <u>x</u>
7
+ hide methods
8
+ hide stereotypes
9
+ hide circle
10
+ hide empty members
11
+ skinparam linetype ortho
12
+
13
+ Table(Пакет)
14
+
15
+ Table(Ясаучы)
16
+
17
+ Table(Тәг)
18
+
19
+ Table(Раунд)
20
+
21
+ Table(Тема)
22
+
23
+ Table(Сорау)
24
+
25
+ Ясаучы }|--o{ Пакет
26
+ Пакет }|--o{ Тәг
27
+ Пакет ||-r-o{ Раунд
28
+ Раунд ||-r-o{ Тема
29
+ Тема ||-r-o{ Сорау
30
+
31
+ @enduml
Original file line number Diff line number Diff line change
1
+ @startuml
2
+
3
+ !define Table(name) class name as "name"
4
+ !define primary_key(x) <b>x</b>
5
+ !define unique(x) <color:green>x</color>
6
+ !define not_null(x) <u>x</u>
7
+ hide methods
8
+ hide stereotypes
9
+ hide circle
10
+ hide empty members
11
+ skinparam linetype ortho
12
+
13
+ Table(Package)
14
+
15
+ Table(Author)
16
+
17
+ Table(Tag)
18
+
19
+ Table(Round)
20
+
21
+ Table(Theme)
22
+
23
+ Table(Question)
24
+
25
+ Author }|--o{ Package
26
+ Package }|--o{ Tag
27
+ Package ||-r-o{ Round
28
+ Round ||-r-o{ Theme
29
+ Theme ||-r-o{ Question
30
+
31
+ @enduml
Original file line number Diff line number Diff line change
1
+ @startuml
2
+
3
+ !define Table(name) class name as "name"
4
+ !define primary_key(x) <b>x</b>
5
+ !define unique(x) <color:green>x</color>
6
+ !define not_null(x) <u>x</u>
7
+ hide methods
8
+ hide stereotypes
9
+ hide circle
10
+ hide empty members
11
+ skinparam linetype ortho
12
+
13
+ Table(Пакет)
14
+
15
+ Table(Автор)
16
+
17
+ Table(Тег)
18
+
19
+ Table(Раунд)
20
+
21
+ Table(Тема)
22
+
23
+ Table(Вопрос)
24
+
25
+ Автор }|--o{ Пакет
26
+ Пакет }|--o{ Тег
27
+ Пакет ||-r-o{ Раунд
28
+ Раунд ||-r-o{ Тема
29
+ Тема ||-r-o{ Вопрос
30
+
31
+ @enduml
Original file line number Diff line number Diff line change
1
+ @startuml
2
+
3
+ skinparam linetype ortho
4
+ hide empty members
5
+ hide circle
6
+
7
+ namespace main #becee4 {
8
+ class APPLICATION <<root>> {
9
+
10
+ }
11
+
12
+ class DEMO {
13
+
14
+ }
15
+
16
+ namespace subcluster #FFFFFF {
17
+ class SUBCLUSTER_DEMO
18
+ }
19
+ }
20
+
21
+ namespace "<&book> other_library" as other_library {
22
+ class OTHER_LIBRARY_DEMO
23
+ }
24
+
25
+
26
+ namespace other_cluster {
27
+ class OTHER_CLUSTER_DEMO
28
+ }
29
+
30
+ namespace indirect_cluster {
31
+ class INDIRECT_CLUSTER_DEMO
32
+ }
33
+
34
+ main.APPLICATION .d.> main.DEMO
35
+ main.DEMO .d.> other_cluster.OTHER_CLUSTER_DEMO
36
+ other_cluster.OTHER_CLUSTER_DEMO .r.> indirect_cluster.INDIRECT_CLUSTER_DEMO
37
+ main.DEMO .r.> main.subcluster.SUBCLUSTER_DEMO
38
+ main.DEMO .l.> other_library.OTHER_LIBRARY_DEMO
39
+
40
+ @enduml
You can’t perform that action at this time.
0 commit comments