ux(admin): make console copy actionable and hide implementation boundaries - #858
Open
seonghobae wants to merge 12 commits into
Open
ux(admin): make console copy actionable and hide implementation boundaries#858seonghobae wants to merge 12 commits into
seonghobae wants to merge 12 commits into
Conversation
…aries
Subagent-audited pass over every operator-visible string (EN + KO):
Must-fix:
- Readiness pipe-dump ('sales 2/1/0 | commercial … | gtm …') replaced by
a labeled, localized count sentence with a remediation pointer.
- Raw measurement_status enum values no longer render verbatim; a client
label map shows operator wording ('Measured on this server', etc.).
- Identity-key translations replaced with real display copy.
- Duplicate-group and invalid-admin-token errors rewritten to guide the
next action while keeping machine-contract keywords.
- EN/KO meaning drift fixed (보안 자세→보안 태세, readiness qualifiers,
success rate); KO twin added for every new key so locale parity stays
at 100% (guardrail-verified).
Should-fix: EWMA → 'Avg latency (recent)', Locale Bundle → Languages,
docId → Document ID, async conversion → automatic PDF conversion.
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
seonghobae
enabled auto-merge (squash)
August 26, 2026 04:52
seonghobae
enabled auto-merge (squash)
August 26, 2026 06:12
seonghobae
enabled auto-merge (squash)
August 26, 2026 06:54
seonghobae
enabled auto-merge
August 26, 2026 08:13
seonghobae
enabled auto-merge (squash)
August 26, 2026 09:39
seonghobae
disabled auto-merge
August 26, 2026 11:40
seonghobae
enabled auto-merge (squash)
August 26, 2026 11:54
seonghobae
enabled auto-merge (squash)
August 26, 2026 12:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Subagent-audited pass over every operator-visible string in the admin console (EN + KO bundles), enforcing two rules: no internal implementation boundaries on screen, every phrase helps the next action.
Fixed (must-fix)
2/1/0 | commercial 5/0/1 | gtm …dump of internal abbreviations — replaced with a localized, labeled sentence plus a remediation pointer.local_commercial_due_diligence_room, …) appeared verbatim as status chips; a client-side label map now shows operator wording ('Measured on this server', 'Generated locally on this server')."sales_readiness": "sales_readiness") replaced with real display copy in both locales.locale_key_parityguardrail stays at 100%.Fixed (should-fix)
Verification