refactor: 문서 개선 중

This commit is contained in:
donghyeon-ka
2026-09-21 14:30:55 +09:00
parent c93cdea150
commit 805a18f486
1497 changed files with 525837 additions and 59152 deletions
@@ -0,0 +1,18 @@
# summary가 세 경계에서 사라진 경로
# Question: 계약과 DB에 있던 summary가 공개 relation 목록까지 오지 못한 세 유실 지점은 어디였는가?
direction: right
n0: "Contract summary" {
shape: rectangle
}
n1: "flattenRelations" {
shape: rectangle
}
n2: "ResolvedRelation" {
shape: rectangle
}
n3: "화면 relation 목록" {
shape: rectangle
}
n0 -> n1: "summary"
n1 -> n2: "렌더 모델"
n2 -> n3: "화면 전달"