fix(M01): 시놀로지가 덮어쓴 옛 사본을 되돌림 — 「단가산출 로직」 이름 되살림

앞 auto 커밋이 옛 사본을 올려 이름 바꾸기가 취소돼 있었음. 네 파일을 그 앞 판으로.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QqkvdyxUtANWroVKpQUyxE
This commit is contained in:
2026-09-22 18:55:23 +09:00
co-authored by Claude Opus 5
parent f1acbb77b9
commit 6bee66baef
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -262,7 +262,7 @@ export async function mountM01LogicLab(
// 왼쪽 「전체」 + 구분 → 상세구분 거름 — 고르면 목록으로 돌아와 그 범위만
filterHost.replaceChildren(
side.filter({
id: "로직시험|",
id: "로직|",
store: "m01.filter.로직시험",
subs,
total: list.total(),
@@ -421,7 +421,7 @@ export async function mountM01LogicLab(
],
}),
);
side.labHost.replaceChildren(filterHost);
side.logicHost.replaceChildren(filterHost);
show(null);
showLoadingOverlay();
const openKeyOn = async (key: string): Promise<void> => {
@@ -1,6 +1,6 @@
/* =============================================================================
* M01_MasterData_UI_LogicLab_Detail.ts
* 「로직 개선 시험」 상세 화면 — 컨테이너 넷을 위에서 아래로
* 「단가산출 로직」 상세 화면 — 컨테이너 넷을 위에서 아래로
* ① 기본정보(정본은 읽기 전용 · 비고만 고침) ② 단가산출 상세(인력·자재·경비·그 밖 묶음 + 소계)
* ③ 텍스트 수식(자리 — `_LogicLab_Formula.ts`) ④ 시험 계산(입력값 + 결과값 — `Logic_Calc` 그대로)
* 호표 줄을 누르면 그 줄이 쓰는 자료 모달(`_LogicLab_Modal.ts`)
@@ -1,6 +1,6 @@
/* =============================================================================
* M01_MasterData_UI_LogicLab_New.ts
* 「로직 개선 시험」 — 식으로 새 로직 만들기 (PLAN 3-3 · 계약 `_화면_계약.md` 7장)
* 「단가산출 로직」 — 식으로 새 로직 만들기 (PLAN 3-3 · 계약 `_화면_계약.md` 7장)
* ① 식을 줄로 적음 ② [분석] → 변수 표에서 변수마다 무엇인지·단위·비목을 고름
* ③ 이름·결과 단위 ④ 시험 계산으로 값을 보고 저장(자체 로직 · 키 GX)
* 검사에 걸린 것은 그 줄·자리를 짚어 쉬운 말로 보임 — 서버 글 그대로(`문제`)
@@ -1,6 +1,6 @@
/* =============================================================================
* M01_MasterData_UI_LogicLab_Text.ts
* 「로직 개선 시험」 컨테이너 글자 — [한국어, 영어]
* 「단가산출 로직」 컨테이너 글자 — [한국어, 영어]
* ========================================================================== */
import { currentLanguageIndex } from "@ui/ui_template_locale";
@@ -53,7 +53,7 @@ const TEXT = {
Pill_Table: ["표", "Table"],
Pill_Logic: ["로직", "Logic"],
Pill_Go: ["마스터 화면에서 보기", "Open in master"],
Pill_Back: ["← 로직 개선 시험으로 돌아가기", "← Back to logic lab"],
Pill_Back: ["← 단가산출 로직으로 돌아가기", "← Back to unit-price logic"],
Pill_NoPick: [
"고르기 조건에 맞는 마스터 줄이 없음 — 단가를 못 찾음",
"No master row matches the pick conditions",