Loading...
Loading...
Event Storming 기법을 사용하여 PlantUML 시퀀스 다이어그램을 작성하고 유저스토리 개발을 준비합니다. 기획 구체화 시 사용하세요.
npx skill4agent add cna-bootcamp/clauding-guide event-stormingthink/핵심솔루션.mddefine/고객분석.mddefine/유저저니맵.mdthink/비즈니스모델.mdthink/es/userflow.puml@startuml
!theme mono
title 유저플로우 연결도
rectangle "사용자 인증" as auth {
(1. 회원가입)
(2. 로그인)
}
rectangle "주요 기능" as main {
(3. 대시보드 조회)
(4. 주문 생성)
(5. 결제 진행)
}
rectangle "부가 기능" as sub {
(6. 주문 내역 조회)
(7. 배송 추적)
}
(1. 회원가입) --> (2. 로그인)
(2. 로그인) --> (3. 대시보드 조회)
(3. 대시보드 조회) --> (4. 주문 생성)
(4. 주문 생성) --> (5. 결제 진행)
(5. 결제 진행) --> (6. 주문 내역 조회)
(6. 주문 내역 조회) --> (7. 배송 추적)
@endumlthink/es/{순번}-{유저플로우명}.puml(이메일, 비밀번호)note over[이벤트명] 발생[커맨드명]note over [참여자] : [정책/규칙](데이터)Alt + Dthink/es/userflow.pumlthink/es/{순번}-{유저플로우명}.pumlthink/es/01-회원가입.pumlthink/es/02-로그인.pumlthink/es/03-대시보드조회.puml!theme monouser-stories