-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathL3.yaml
72 lines (72 loc) · 1.85 KB
/
L3.yaml
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
# Описываем L3 Components в нотации C4 Model
# Раскрываяем SystemAA.backend_api: API Application
c4model:
SystemAA.backend_api.sign:
title: Sign In Controller
description: Allows users to sign in to the internet banking system
entity: Component
tech-stack:
- MVC Rest Controller
links:
- id: SystemAA.backend_api.security
title: Uses
direction: --
- id: SystemAA.spa
title: Uses
direction: <-
tech-stack:
- JSON
- HTTPS
- id: SystemAA.mobile_app
title: Uses
direction: --
tech-stack:
- JSON
- HTTPS
SystemAA.backend_api.accounts:
title: Accounts Summary Controller
description: Provides customers with a summary of their bank accounts
entity: Component
tech-stack:
- MVC Rest Controller
links:
- id: SystemAA.backend_api.mbsfacade
title: Uses
direction: --
- id: SystemAA.spa
title: Uses
direction: --
tech-stack:
- JSON
- HTTPS
- id: SystemAA.mobile_app
title: Uses
direction: --
tech-stack:
- JSON
- HTTPS
SystemAA.backend_api.security:
title: Security Component
description: Provides functionality related to singing in, changing passwords, etc.
entity: Component
tech-stack:
- Spring Bean
links:
- id: SystemAA.database
direction: --
title: Read & write to
tech-stack:
- JDBC
SystemAA.backend_api.mbsfacade:
title: Mainframe Banking System Facade
description: A facade onto the mainframe banking system.
entity: Component
tech-stack:
- Spring Bean
links:
- id: SystemE
title: Uses
direction: --
tech-stack:
- XML
- HTTPS