19 lines
453 B
Plaintext
19 lines
453 B
Plaintext
# 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: "화면 전달"
|