Files
document-haness/docs/TechLog/final/assets/diagrams/summary-drop-path/summary-drop-path.alt.md
T

23 lines
1.3 KiB
Markdown
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.
# summary가 세 경계에서 사라진 경로
## Alternative text
Contract summary에서 flattenRelations, ResolvedRelation, 화면 목록으로 이어지는 흐름. 세 중간 지점에 DROP 1, 칸 없음, DROP 3이 표시되어 있다.
## Long description
왼쪽 Contract에는 summary가 있다. flattenRelations가 그 값을 담지 않아 첫 번째로 끊긴다. 다음 ResolvedRelation 계약에는 summary 칸 자체가 없어 두 번째로 막힌다. 그 칸을 추가한 뒤에도 화면 목록으로 넘길 때 값을 버려 세 번째로 끊겼다. 최종 수정에서는 세 경계를 모두 이어 공개 relation 목록까지 summary가 도착하게 했다.
## Elements and evidence
- **Contract summary** (message): No additional description. Evidence: L540L547.
- **flattenRelations** (component): No additional description. Evidence: L544L547.
- **ResolvedRelation** (component): No additional description. Evidence: L546L552.
- **화면 relation 목록** (component): No additional description. Evidence: L547L552.
## Relationships
- **Contract summary → flattenRelations:** summary. Evidence: L544L545.
- **flattenRelations → ResolvedRelation:** 렌더 모델. Evidence: L545L550.
- **ResolvedRelation → 화면 relation 목록:** 화면 전달. Evidence: L546L552.