From df2e1341331c7a3664f1506895334702f41fe4cf Mon Sep 17 00:00:00 2001 From: cherry2250 Date: Fri, 17 Oct 2025 13:43:05 +0900 Subject: [PATCH] edit uml file 4 and 6 --- think/es/04-다중채널자동배포.puml | 6 +++--- think/es/06-실시간효과측정.puml | 13 ++++--------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/think/es/04-다중채널자동배포.puml b/think/es/04-다중채널자동배포.puml index a3514bf..60cd226 100644 --- a/think/es/04-다중채널자동배포.puml +++ b/think/es/04-다중채널자동배포.puml @@ -77,12 +77,12 @@ par Instagram activate SNS SNS --> DeploySystem : 포스팅 완료 deactivate SNS -and Naver Blog +else Naver Blog DeploySystem -> SNS : **Command**: SNS포스팅\n(플랫폼: Naver, 예약시간) activate SNS SNS --> DeploySystem : 포스팅 완료 deactivate SNS -and Kakao Channel +else Kakao Channel DeploySystem -> SNS : **Command**: SNS포스팅\n(플랫폼: Kakao, 예약시간) activate SNS SNS --> DeploySystem : 포스팅 완료 @@ -117,4 +117,4 @@ end note deactivate DeploySystem -@enduml +@enduml \ No newline at end of file diff --git a/think/es/06-실시간효과측정.puml b/think/es/06-실시간효과측정.puml index 5209bb5..ca15db0 100644 --- a/think/es/06-실시간효과측정.puml +++ b/think/es/06-실시간효과측정.puml @@ -40,8 +40,7 @@ par 참여자 수 집계 activate AnalyticsDB AnalyticsDB --> AnalyticsSystem : **Event**: 참여자수집계됨\n(데이터: 총참여자수, 채널별분포) deactivate AnalyticsDB - -and 채널별 노출 수 측정 +else 채널별 노출 수 측정 AnalyticsSystem -> KTData : **Command**: 노출수집계\n(데이터: 우리동네TV, 지니TV, SNS) activate KTData @@ -55,14 +54,12 @@ and 채널별 노출 수 측정 KTData --> AnalyticsSystem : **Event**: 채널별노출수측정됨\n(데이터: 채널별노출통계) deactivate KTData - -and 매장 방문 데이터 수집 +else 매장 방문 데이터 수집 AnalyticsSystem -> POSSystem : **Command**: 매장방문데이터조회\n(데이터: 이벤트전후비교기간) activate POSSystem POSSystem --> AnalyticsSystem : **Event**: 매장방문자증가감지됨\n(데이터: 방문자증가율) deactivate POSSystem - -and 매출 데이터 수집 +else 매출 데이터 수집 AnalyticsSystem -> POSSystem : **Command**: 매출증가율계산\n(데이터: 이벤트기간매출, 평균매출) activate POSSystem POSSystem --> AnalyticsSystem : **Event**: 매출데이터수집됨\n(데이터: 매출증가율, 객단가변화) @@ -87,7 +84,6 @@ end note == ROI 분석 == AnalyticsSystem -> AnalyticsSystem : **Command**: ROI분석요청\n(데이터: 총비용, 매출증가액, 신규고객수) -activate AnalyticsSystem note right of AnalyticsSystem **Policy**: 이벤트 전후 @@ -98,7 +94,6 @@ note right of AnalyticsSystem end note AnalyticsSystem --> AnalyticsSystem : **Event**: ROI계산완료됨\n(데이터: ROI, 손익분기점) -deactivate AnalyticsSystem == 분석 리포트 생성 == @@ -134,4 +129,4 @@ end note deactivate AnalyticsSystem -@enduml +@enduml \ No newline at end of file