docs(FR-2537): add board customization and auto-refresh to dashboard docs#6575
Conversation
nowgnuesLee
left a comment
There was a problem hiding this comment.
Review: PR #6575 — docs: add board customization and auto-refresh to dashboard docs
Summary
This PR properly translates the JA and TH dashboard pages (previously left mostly in English with partial term translations), adds new Auto-Refresh and Layout Customization sections across all 4 languages, applies consistent bold formatting to panel names, removes the now-incorrect manual refresh instruction, and fixes the missing newline at EOF. Content is accurate and well-structured.
Findings
[en/dashboard/dashboard.md]
Naming Precision / Nice to Have: The section heading "Superadmin Dashboard" correctly matches TERMINOLOGY.md ("superadmin" as one word). Good.
Structural Parity / Nice to Have: The English file lacks the <a id="dashboard"></a> HTML anchor that the Korean file has. This is pre-existing, not introduced by this PR, so no action needed here.
[ja/dashboard/dashboard.md]
Good job fully translating the previously English content. Terminology is consistent with TERMINOLOGY.md:
- リソースグループ (resource group), スーパー管理者 (superadmin), エージェント (agent), キーペア (keypair), セッション (session) -- all correct.
[th/dashboard/dashboard.md]
Similarly well-translated from the previously English content. Terminology aligns with TERMINOLOGY.md:
- กลุ่มทรัพยากร (resource group), เอเจนต์ (agent), เซสชัน (session), คีย์แพร์ (keypair) -- all correct.
[ko/dashboard/dashboard.md]
Changes are minimal and correct -- adds the two new sections and updates the superadmin section from plain text to a proper H2 heading with consistent bold formatting.
Cross-language consistency
All 4 languages now share identical heading structure:
- H1: Dashboard title
- Panel descriptions (bullet list)
- H2: Auto-Refresh
- H2: Customizing the Dashboard Layout
- H2: Superadmin Dashboard
- Superadmin panel descriptions (bullet list)
Image references are consistent across all files (../images/dashboard.png, ../images/admin_dashboard.png).
Recommendation
LGTM. Content is accurate, terminology is consistent with TERMINOLOGY.md, translations are natural (not word-for-word), all 4 languages are structurally aligned, and the style follows DOCUMENTATION-STYLE-GUIDE.md conventions.
a732644 to
ce673af
Compare
1d61e8f to
0a8281b
Compare
0a8281b to
5b9a0a9
Compare
8f2078d to
f64aa1e
Compare
5b9a0a9 to
b68cd52
Compare
f64aa1e to
091f2a1
Compare
091f2a1 to
42b5577
Compare
113421c to
073d1d9
Compare
fd1912f to
ebdada1
Compare
Merge activity
|
…docs (#6575) Resolves #6681 (FR-2537) ## Summary - Document **board customization** via drag-and-drop on the Dashboard page - Document the **auto-refresh** toggle and configurable refresh interval - Correct admin dashboard panel descriptions (Active Sessions, Resource Slots, etc.) and their actual refresh intervals - Apply reviewer fixes ## Changes - `dashboard/dashboard.md` (en/ko/ja/th): board customization section, auto-refresh toggle, corrected admin panel descriptions ## Test plan - [ ] Verify drag-and-drop board customization behavior is accurately described - [ ] Verify auto-refresh interval options match the actual UI - [ ] Verify admin dashboard panel names and descriptions are accurate 🤖 Generated with [Claude Code](https://claude.com/claude-code)
c04a6e6 to
d3ca954
Compare
This reverts commit d3ca954. #6575 was merged with base=main because `gt track --parent main` on a locally untracked branch caused Graphite to record main as its parent. The subsequent `gt submit --publish --force` pushed this base change to GitHub, and the PR was then squash merged, collapsing 29 commits from 6 stacked PRs into a single commit on main: - #6570 docs(FR-2532): share_vfolder labels - #6571 docs(FR-2533): user_settings - #6572 docs(FR-2534): 2FA/TOTP/SSO login - #6573 docs(FR-2535): header session timer & menu - #6574 docs(FR-2536): Start From URL & announcement banner - #6575 docs(FR-2537): dashboard board customization & auto-refresh Reverting so each PR can be merged in its original stack order. After this revert merges: - #6575 will be reopened with its original base (#6574's branch) - #6625's base will be restored to #6611's branch - The other open PRs (#6570, #6571, #6572, #6573, #6574) retain their original bases and will be mergeable in stack order
…docs Resolves #6681 (FR-2537) ## Summary - Document **board customization** via drag-and-drop on the Dashboard page - Document the **auto-refresh** toggle and 15-second refresh interval - Remove references to the Superadmin Dashboard per reviewer feedback (feature is hidden in current UI) ## Changes - `dashboard/dashboard.md` (en/ko/ja/th): board customization section, auto-refresh note, removed Superadmin Dashboard section and cross-references ## Context This PR re-creates the #6575 work after the original PR was accidentally squash merged with 29 commits from its ancestor PRs (reverted in #6780). Now scoped to dashboard.md only, on top of #6574's branch.
…docs Resolves #6681 (FR-2537) ## Summary - Document **board customization** via drag-and-drop on the Dashboard page - Document the **auto-refresh** toggle and 15-second refresh interval - Remove references to the Superadmin Dashboard per reviewer feedback (feature is hidden in current UI) ## Changes - `dashboard/dashboard.md` (en/ko/ja/th): board customization section, auto-refresh note, removed Superadmin Dashboard section and cross-references ## Context This PR re-creates the #6575 work after the original PR was accidentally squash merged with 29 commits from its ancestor PRs (reverted in #6780). Now scoped to dashboard.md only, on top of #6574's branch.
…docs (#6781) Resolves #6681 (FR-2537) ## Summary - Document **board customization** via drag-and-drop on the Dashboard page - Document the **auto-refresh** toggle and 15-second refresh interval - Remove references to the Superadmin Dashboard per reviewer feedback (feature is hidden in current UI) ## Changes - `dashboard/dashboard.md` (en/ko/ja/th): board customization section, auto-refresh note, removed Superadmin Dashboard section and cross-references ## Context This PR re-creates the #6575 work after the original PR was accidentally squash merged with 29 commits from its ancestor PRs (reverted in #6780). Now scoped to dashboard.md only, stacked on top of #6574's branch. ## Test plan - [ ] Verify drag-and-drop board customization behavior is accurately described - [ ] Verify auto-refresh interval (15 seconds) matches the actual UI - [ ] Confirm Superadmin Dashboard removal is correct across all 4 languages

Resolves #6681 (FR-2537)
Summary
Changes
dashboard/dashboard.md(en/ko/ja/th): board customization section, auto-refresh toggle, corrected admin panel descriptionsTest plan
🤖 Generated with Claude Code