Files
IoT-Systems/diagrams/main-activity-diagram.puml
hasslesstech 1df1c6bd83
All checks were successful
Component testing / Hub testing (push) Successful in 24s
Component testing / Store testing (push) Successful in 24s
Component testing / Integration smoke testing (push) Successful in 2m29s
[P] Add primary use-case activity diagram
2026-03-24 16:04:08 +02:00

16 lines
438 B
Plaintext

@startuml
|Користувач|
start
:Натискає на іконку ями;
|Система|
:Запитує підтвердження видалення ями;
|Користувач|
:Підтверджує видалення ями;
|Система|
:Модифікує запис про яму;
note right #ff9999: Можлива виключна ситуація 1
:Видаляє яму;
|Користувач|
stop
@enduml