Skip to content

chore: fix UI terminology mismatch per UX guidelines#910

Open
seonghobae wants to merge 2 commits into
developfrom
jules-2890360383770065802-6b2cf7ae
Open

chore: fix UI terminology mismatch per UX guidelines#910
seonghobae wants to merge 2 commits into
developfrom
jules-2890360383770065802-6b2cf7ae

Conversation

@seonghobae

Copy link
Copy Markdown
Contributor

Description

This PR updates Naruon's frontend codebase to strictly adhere to the UI terminology rules defined in docs/ui-ux/naruon-ui-ux-mapping.md. Outdated terms have been replaced across the UI components, forms, layout elements, and their corresponding unit tests.

Changes Made:

  • Applied the following core terminology rules globally within frontend/src/:
    • AI 요약 -> 맥락 종합
    • 요약 -> 종합
    • 인사이트 -> 판단 포인트
    • 할 일 / 할일 -> 실행 항목
    • 스마트 답장 -> 답장 초안
    • 관계 그래프 / 네트워크 그래프 -> 관계 맥락
    • 일정 동기화 -> 일정 반영
    • AI 어시스턴트 -> 판단 보조

Verification:

  • cd frontend && pnpm test --run: All 309 tests passed successfully after updating text assertions.
  • cd backend && python3 -m pytest tests: Verified backend is insulated and no regressions exist.
  • ✅ Pre-commit checks successfully executed and code review approved.

PR created automatically by Jules for task 2890360383770065802 started by @seonghobae

Naruon's UI UX mapping document dictates specific translations for core terminologies:
- AI Summary -> 맥락 종합 (Context Synthesis)
- Summary -> 종합, 핵심 맥락 (Synthesis, Core Context)
- Insight -> 판단 포인트 (Decision Point)
- Todo -> 실행 항목 (Action Item)
- Smart Reply -> 답장 초안 (Draft Reply)
- Search -> 맥락 검색 (Context Search)
- Network Graph -> 관계 맥락 (Relation Context)
- Calendar Sync -> 일정 반영 (Reflect Calendar)
- AI Assistant -> 판단 보조 (Judgment Assist)

This commit replaces the deprecated terminologies in the `frontend/src` app. Tests correctly pass with terminology replacement.
Copilot AI review requested due to automatic review settings July 3, 2026 02:46
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

PR governance metadata gate is not ready for 735fd827472c7c09ed03499d15a2ca7d49c9d6d6:

  • Required check metadata could not be read: no required checks reported on the 'jules-2890360383770065802-6b2cf7ae' branch.

Naruon's UI UX mapping document dictates specific translations for core terminologies:
- AI Summary -> 맥락 종합 (Context Synthesis)
- Summary -> 종합, 핵심 맥락 (Synthesis, Core Context)
- Insight -> 판단 포인트 (Decision Point)
- Todo -> 실행 항목 (Action Item)
- Smart Reply -> 답장 초안 (Draft Reply)
- Search -> 맥락 검색 (Context Search)
- Network Graph -> 관계 맥락 (Relation Context)
- Calendar Sync -> 일정 반영 (Reflect Calendar)
- AI Assistant -> 판단 보조 (Judgment Assist)

This commit replaces the deprecated terminologies in the `frontend/src` app. Tests correctly pass with terminology replacement.
@opencode-agent

opencode-agent Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

OpenCode Review Overview

  • Head SHA: 735fd827472c7c09ed03499d15a2ca7d49c9d6d6
  • Workflow run: 28645611421
  • Workflow attempt: 1
  • Gate result: APPROVE (exit 0)

Changed-File Evidence Map

flowchart LR
  PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
  Evidence --> S1["Frontend (8 files)"]
  S1 --> I1["browser runtime and bundle"]
  I1 --> R1["Review risk: Frontend (8 files)"]
  R1 --> V1["frontend tests"]
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant