Files
Wallenc/Report/puml/fig_17_use_case.puml

51 lines
813 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_17_use_case
scale 3
title Диаграмма прецедентов Wallenc
skinparam defaultFontName "DejaVu Sans"
left to right direction
actor "Пользователь" as User
rectangle "Wallenc" {
usecase UC1 [
Управление storage
----
локальный vault
]
usecase UC2 [
Шифрование
----
и открытие storage
]
usecase UC3 [
Работа с
----
содержимым
]
usecase UC4 [
OAuth и
----
удалённые vault
]
usecase UC5 [
Синхронизация
----
групп
]
usecase UC6 [
Фоновые
----
задачи
]
}
User --> UC1
User --> UC2
User --> UC3
User --> UC4
User --> UC5
User --> UC6
UC4 ..> UC5 : include
UC2 ..> UC6 : extend
@enduml