Skip to content

Commit 470c8a8

Browse files
эксперементы
1 parent 7b0a5b2 commit 470c8a8

10 files changed

Lines changed: 18 additions & 2000 deletions

File tree

src/repository_structure_example/application_arch/systems/grafana_dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ components:
1919
direction: <--
2020
- id: swamp.crocodile.crm
2121
direction: <--
22+
color: Red
2223

2324

src/repository_structure_example/application_arch/systems/sid.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ components:
2121
- Redis
2222
- Kafka
2323
- Nginx
24+

src/repository_structure_example/application_arch/systems/spact.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ components:
2222
links:
2323
# Интеграции между системами одного БЮ
2424
- id: swamp.frog.1cbit_finance
25-
direction: <--
25+
direction: <--
26+
color: Yellow

src/repository_structure_example/application_arch/systems/spoll.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ components:
2424
direction: <--
2525
- id: swamp.crocodile.crm
2626
direction: <--
27-
# - id: swamp.crocodile.spact
28-
# direction: <--
27+
- id: swamp.crocodile.spact
28+
direction: <--
2929

3030

3131

src/repository_structure_example/application_arch/systems/srole.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ components:
2020
- Redis
2121
- Kafka
2222
- Nginx
23-
links:
24-
# Интеграции между системами одного БЮ
23+
links:
2524
- id: swamp.crocodile
2625
direction: <--

src/repository_structure_example/artefacts/common/pal1_landscape.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ contexts: # Контексты представления архитектур
44
location: ГК Болото
55
extra-links: true
66
# extra-links: false
7-
uml:
8-
# $notation: plantuml # sber C4Model plantuml
9-
$autor: Frog
10-
$version: '0.0.1'
11-
$moment: 20.11.2022
7+
# uml:
8+
# $notation: plantuml # sber C4Model plantuml
9+
# $autor: Frog
10+
# $version: '0.0.1'
11+
# $moment: 20.11.2022
1212
components:
1313
- swamp.frog.*
1414
- swamp.hippo.*
1515
- swamp.crocodile.*
16+
- swamp.crocodile.sid

src/repository_structure_example/artefacts/frog_paradise/pal1_landscape.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ contexts: # Контексты представления архитектур
1010
# $version: 0.0.1
1111
# $moment: 20.11.2022
1212
components:
13-
- swamp.frog.*
13+
- swamp.frog.*

src/repository_structure_example/metamodels/default/entities/contexts/plantuml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ entities:
5050
& "[[/architect/components/" & $domain & " " & $component.title & "]]"
5151
& "\", "
5252
& $domain
53-
& ", )\n";
53+
& ", ,"& ($exists($component.color) ? ("#" & $component.color) : ("")) &")\n";
5454
5555
/* Добавляем аспекты */
5656
$result := $result & $join($component.aspects.(

0 commit comments

Comments
 (0)