관련 파일: [flow.html](https://gitea.hmac.kr/Hyein/issue-sample/src/branch/master/flow.html)
한맥ERP 내의 서로 다른 모듈 또는 시스템 간 데이터가 자동으로 연동되지 않아 정보 흐름이 끊기는 지점을 시각적으로 표시하고 그 사유를 관리합니다. 이 기능은 시스템 개선이 필요한 '병목 구간'을 식별하는 데 핵심적인 역할을 합니다.
**관련 코드 위치:**
- [연결 끊김 시각화 스타일 (.down-arrow.broken)](https://gitea.hmac.kr/Hyein/issue-sample/src/branch/master/flow.html#L240-L242)
- [단절 사유 표시 레이블 스타일 (.link-reason)](https://gitea.hmac.kr/Hyein/issue-sample/src/branch/master/flow.html#L243-L259)
- [데이터 연동 정보 조회 로직 (getSubFlowLinkInfo)](https://gitea.hmac.kr/Hyein/issue-sample/src/branch/master/flow.html#L545-L547)
- [단절 사유 저장 로직 (setSubFlowLinkReason)](https://gitea.hmac.kr/Hyein/issue-sample/src/branch/master/flow.html#L548-L556)
- [Vertical Flow 렌더링 내 커넥터 처리](https://gitea.hmac.kr/Hyein/issue-sample/src/branch/master/flow.html#L745-L768)
**요구 사항 상세:**
- **시각적 강조**: 정보 흐름이 단절된 구간(broken)의 화살표를 빨간색으로 표시하여 즉각적인 인지가 가능하도록 합니다.
- **사유 명시**: 단절된 구간에 "수동 데이터 이관", "시스템 미연결" 등의 구체적인 사유를 텍스트 레이블로 노출합니다.
- **편집 편의성**: 사용자가 편집 모드에서 화살표를 클릭하여 단절 여부를 전환하고 사유를 즉시 수정할 수 있는 UI/UX를 제공합니다.
- **프로세스 맵 연동**: 전체 프로세스 맵(Sitemap)에서도 동일한 빨간색 강조 및 사유 표시가 일관되게 적용되도록 합니다.
---
**상위 마스터 이슈**: #25
Hyein
added the 한맥ERP label 2026-03-16 15:51:47 +09:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
관련 파일: flow.html
한맥ERP 내의 서로 다른 모듈 또는 시스템 간 데이터가 자동으로 연동되지 않아 정보 흐름이 끊기는 지점을 시각적으로 표시하고 그 사유를 관리합니다. 이 기능은 시스템 개선이 필요한 '병목 구간'을 식별하는 데 핵심적인 역할을 합니다.
관련 코드 위치:
요구 사항 상세:
상위 마스터 이슈: #25