From 1b4874786e89961894789cf8f446011af11000ec Mon Sep 17 00:00:00 2001 From: umsangdon Date: Wed, 9 Sep 2026 07:14:29 +0900 Subject: [PATCH] =?UTF-8?q?feat(B05):=20=EA=B8=B0=EC=8A=AD=EB=A7=89?= =?UTF-8?q?=EC=9D=B4=20=EB=93=B1=EB=A1=9D=EB=B6=80=EC=97=90=20=EB=92=B7?= =?UTF-8?q?=EA=B8=B8=EC=9D=B4=C2=B7=EB=8F=8C=20=EC=A2=85=EB=A5=98=20?= =?UTF-8?q?=EC=B9=B8=20=EC=8B=A0=EC=84=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 칸이 없어 `_back_length` 가 조용히 45㎝ 기본값으로 돌던 자리임. - `back_len_cm` 25·30·35·45·55·60·75㎝ / `stone_kind` 야면석·호박돌·깬잡석·깬돌·견치돌 - 기본값 없음 — 값이 없으면 「기본값으로 섰음」이 드러나야 함 - 돌쌓기(찰·메)와 같은 키·같은 글자 (품셈표 `stone_kind` 데이터셋과 대조) - 기슭막이는 돌이 아닌 형태(콘크리트·돌망태·바자)도 있어 필수로 두지 않음 Co-Authored-By: Claude Opus 5 (1M context) --- B05_Profile/B05_Profile_Structure_Types.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/B05_Profile/B05_Profile_Structure_Types.json b/B05_Profile/B05_Profile_Structure_Types.json index 4f4e5f58..a6b949d4 100644 --- a/B05_Profile/B05_Profile_Structure_Types.json +++ b/B05_Profile/B05_Profile_Structure_Types.json @@ -1452,6 +1452,24 @@ "required": false, "phase": "b05" }, + { + "key": "back_len_cm", + "label": "뒷길이", + "input": "select", + "choices": ["25", "30", "35", "45", "55", "60", "75"], + "default": null, + "required": false, + "phase": "detail" + }, + { + "key": "stone_kind", + "label": "돌 종류", + "input": "select", + "choices": ["야면석·호박돌", "깬잡석", "깬돌", "견치돌"], + "default": null, + "required": false, + "phase": "detail" + }, { "key": "stone_supply", "label": "조달",