Отличное форматирование
This commit is contained in:
25
Report/puml/fig_14_context_system.puml
Normal file
25
Report/puml/fig_14_context_system.puml
Normal file
@@ -0,0 +1,25 @@
|
||||
@startuml fig_14_context_system
|
||||
scale 3
|
||||
title Контекстная диаграмма Wallenc
|
||||
skinparam defaultFontName "DejaVu Sans"
|
||||
|
||||
actor "Пользователь" as User
|
||||
rectangle "Wallenc\n(Android)" as App {
|
||||
component "UI\nCompose" as UI
|
||||
component "Домен и\nкриптография" as Domain
|
||||
component "Room\nметаданные" as Room
|
||||
}
|
||||
|
||||
cloud "Внешний провайдер\n(Яндекс Диск API)" as Cloud
|
||||
|
||||
User --> UI : управление vault,\nфайлы, OAuth
|
||||
UI --> Domain
|
||||
Domain --> Room
|
||||
Domain --> Cloud : ciphertext,\nOAuth, метаданные API
|
||||
|
||||
note right of Cloud
|
||||
Сервер приложения
|
||||
отсутствует
|
||||
end note
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user