Files
Wallenc/Report/puml/fig_14_context_system.puml

26 lines
690 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@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 : storage, vault,\nOAuth, файлы
UI --> Domain
Domain --> Room
Domain --> Cloud : ciphertext,\nOAuth, метаданные API
note right of Cloud
Сервер приложения
отсутствует
end note
@enduml