From 818b1f3c91fe6a10eba518c2a4f0434b0c027445 Mon Sep 17 00:00:00 2001 From: seonghobae <8172694+seonghobae@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:35:58 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20=EC=9A=A9?= =?UTF-8?q?=EC=96=B4=20=EC=9D=BC=EA=B4=80=EC=84=B1=20=EB=B0=8F=20UX/UI=20?= =?UTF-8?q?=EA=B8=B0=ED=9A=8D=20=EB=B6=88=EC=9D=BC=EC=B9=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs/ui-ux/naruon-ui-ux-mapping.md 가이드라인에 따라 앱 내 AI 도메인 용어를 수정하여 일관성을 맞추었습니다. - '요약' 및 '인사이트'가 포함된 AI 기능 라벨을 '맥락 종합', '핵심 맥락', '판단 포인트'로 변경 - 통합 검색 기능인 'Search'를 문맥에 맞게 '맥락 검색'으로 변경 - 지나치게 일반적인 '요약', '검색' 등의 단어는 기존 의미를 유지하도록 제외 처리하여 어색함 방지 --- frontend/src/app/prompt-studio/page.test.tsx | 2 +- frontend/src/app/prompt-studio/page.tsx | 14 +++++++------- frontend/src/components/SearchLayout.tsx | 2 +- .../src/components/mobile-workspace-panels.tsx | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/app/prompt-studio/page.test.tsx b/frontend/src/app/prompt-studio/page.test.tsx index 39474ff10..5851b905b 100644 --- a/frontend/src/app/prompt-studio/page.test.tsx +++ b/frontend/src/app/prompt-studio/page.test.tsx @@ -208,7 +208,7 @@ describe("PromptStudioPage", () => { expectNoPublicIdentityHeaders((fetchMock.mock.calls[0] as unknown as [RequestInfo, RequestInit?])?.[1]?.headers); act(() => { - getButton(page, "데이터 분석 인사이트").click(); + getButton(page, "데이터 분석 판단 포인트").click(); }); expect(page.textContent).not.toContain("맥락 종합 결과"); }); diff --git a/frontend/src/app/prompt-studio/page.tsx b/frontend/src/app/prompt-studio/page.tsx index f6bac0c5d..7b225e979 100644 --- a/frontend/src/app/prompt-studio/page.tsx +++ b/frontend/src/app/prompt-studio/page.tsx @@ -102,10 +102,10 @@ function getSafeErrorSummary(error: unknown, fallback: string) { const TEMPLATE_GROUPS = [ { - name: '업무 요약', + name: '업무 맥락 종합', items: [ - { id: 'summary', title: '문서 요약/초안 작성', favorite: true }, - { id: 'insight', title: '데이터 분석 인사이트' }, + { id: 'summary', title: '문서 핵심 맥락/초안 작성', favorite: true }, + { id: 'insight', title: '데이터 분석 판단 포인트' }, { id: 'mail', title: '이메일 작성' }, { id: 'automation', title: '업무 자동화 제안' }, ], @@ -114,7 +114,7 @@ const TEMPLATE_GROUPS = [ name: '회의/리포트', items: [ { id: 'meeting', title: '회의록 작성' }, - { id: 'decision', title: '의사결정 요약' }, + { id: 'decision', title: '의사결정 핵심 맥락' }, { id: 'weekly', title: '주간 보고서 작성' }, ], }, @@ -148,7 +148,7 @@ const MODEL_OPTIONS = [ { label: 'OpenAI Compatible', value: 'provider-default' }, ]; const RESPONSE_STYLES = ['전문적이고 간결하게', '친근하고 상세하게', '실행 항목 중심']; -const OUTPUT_FORMATS = ['마크다운 (Markdown)', 'JSON 구조화', '짧은 요약']; +const OUTPUT_FORMATS = ['마크다운 (Markdown)', 'JSON 구조화', '짧은 핵심 맥락']; const QUALITY_CHECKS = ['요구사항 충족', '구조 및 가독성', '정확성/사실성', '근거/출처 포함', '톤 & 스타일 일관성']; @@ -160,10 +160,10 @@ const VERSION_HISTORY = [ ]; const RECENT_TEST_RESULTS = [ - { time: '2024.05.25 10:22', case: '분기 성과 보고서 요약', result: '성공', score: 92, tokens: '1,024', duration: '2.8초' }, + { time: '2024.05.25 10:22', case: '분기 성과 보고서 핵심 맥락', result: '성공', score: 92, tokens: '1,024', duration: '2.8초' }, { time: '2024.05.25 10:18', case: '고객 피드백 분석', result: '성공', score: 88, tokens: '1,156', duration: '3.1초' }, { time: '2024.05.25 10:12', case: '경쟁사 분석 리포트', result: '부분 성공', score: 76, tokens: '1,432', duration: '3.6초' }, - { time: '2024.05.25 10:05', case: '제품 출시 계획 요약', result: '성공', score: 95, tokens: '987', duration: '2.6초' }, + { time: '2024.05.25 10:05', case: '제품 출시 계획 핵심 맥락', result: '성공', score: 95, tokens: '987', duration: '2.6초' }, ]; const DEPLOYMENT_HISTORY = [ diff --git a/frontend/src/components/SearchLayout.tsx b/frontend/src/components/SearchLayout.tsx index 0fdf14cf9..bb83de415 100644 --- a/frontend/src/components/SearchLayout.tsx +++ b/frontend/src/components/SearchLayout.tsx @@ -753,7 +753,7 @@ export function SearchLayout() {
판단 보조
- 이 화면의 AI/관계 정보는 검색 점수, 원본 메시지, 스레드 범위를 함께 보여주는 보조 근거입니다. 외부 실행은 사용자가 메일, 일정, 관계 캡처 액션을 명시적으로 선택할 때만 진행됩니다. + 이 화면의 AI/관계 정보는 맥락 검색 점수, 원본 메시지, 스레드 범위를 함께 보여주는 보조 근거입니다. 외부 실행은 사용자가 메일, 일정, 관계 캡처 액션을 명시적으로 선택할 때만 진행됩니다.