refactor: 문서 개선 중
This commit is contained in:
+11
-7
@@ -1,18 +1,22 @@
|
||||
# 열린 질문 네 개가 닿은 곳
|
||||
# Question: 설계로 못 푼 질문들은 어디에서 답을 얻었는가
|
||||
direction: down
|
||||
direction: right
|
||||
n0: "열린 질문 네 개" {
|
||||
shape: rectangle
|
||||
}
|
||||
n1: "저장소 선택" {
|
||||
n1: "Q1 · 저장소와 스키마" {
|
||||
shape: rectangle
|
||||
}
|
||||
n2: "스키마와 조회 키" {
|
||||
n2: "Q2 · 회전 경쟁" {
|
||||
shape: rectangle
|
||||
}
|
||||
n3: "세션 스냅샷" {
|
||||
n3: "Q3 · 조회 키 분리" {
|
||||
shape: rectangle
|
||||
}
|
||||
n0 -> n1: "1차 검토"
|
||||
n1 -> n2: "미해결 잔여"
|
||||
n2 -> n3: "최종 잔여"
|
||||
n4: "Q4 · Edge 신뢰 경계" {
|
||||
shape: rectangle
|
||||
}
|
||||
n0 -> n1: "답"
|
||||
n0 -> n2: "답"
|
||||
n0 -> n3: "답"
|
||||
n0 -> n4: "답"
|
||||
|
||||
Reference in New Issue
Block a user