Skip to content

Commit e1ddf85

Browse files
Доработан пример, сделано описание
1 parent 9de72a3 commit e1ddf85

31 files changed

Lines changed: 362 additions & 114 deletions

File tree

src/repository_structure_example/README.md

Lines changed: 89 additions & 8 deletions
Large diffs are not rendered by default.

src/repository_structure_example/application_arch/_root.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ imports:
22
- reports/_root.yaml
33
- systems/_root.yaml
44
- users/_root.yaml
5+
- aspects/_root.yaml
56
- docs.yaml
7+
- units.yaml
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
imports:
2+
- aspects.yaml

src/repository_structure_example/metamodels/default/functions/functions.yaml renamed to src/repository_structure_example/application_arch/aspects/aspects.yaml

File renamed without changes.

src/repository_structure_example/application_arch/systems/spact.yaml

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

src/repository_structure_example/application_arch/systems/srole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ components:
2121
- Kafka
2222
- Nginx
2323
links:
24-
- id: swamp.crocodile
24+
- id: swamp.hippo.grafana
2525
direction: <--

src/repository_structure_example/business_arch/units.yaml renamed to src/repository_structure_example/application_arch/units.yaml

File renamed without changes.

src/repository_structure_example/artefacts/frog_paradise/pal1_landscape.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ 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.*
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
imports:
2-
- docs.yaml
3-
- units.yaml
2+
- docs.yaml

src/repository_structure_example/documentation/examples/example.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)