Skip to content

docs(FR-2325): add RBAC Management documentation for all languages#6534

Merged
graphite-app[bot] merged 1 commit intomainfrom
04-09-fix_fr-2325_use_anchor-based_cross-references_for_rbac_links
Apr 13, 2026
Merged

docs(FR-2325): add RBAC Management documentation for all languages#6534
graphite-app[bot] merged 1 commit intomainfrom
04-09-fix_fr-2325_use_anchor-based_cross-references_for_rbac_links

Conversation

@ironAiken2
Copy link
Copy Markdown
Contributor

@ironAiken2 ironAiken2 commented Apr 9, 2026

Resolves #6046 (FR-2325)

Summary

  • Add complete RBAC Management user manual documentation in 4 languages (EN, KO, JA, TH)
  • Add language-specific screenshots for EN, KO, JA (9 screenshots each, 27 total); TH uses EN placeholders (Thai locale unavailable)
  • Add RBAC terminology to TERMINOLOGY.md
  • Add navigation entries in book.config.yaml
  • Add RBAC cross-references in admin_menu and overview docs
  • Fix sidebar label: "Administration" → actual i18n labels (Admin Settings / 관리자 설정 / 管理者設定 / การตั้งค่าผู้ดูแลระบบ)
  • Fix cross-reference links: use #rbac-management anchor links with <a id> in rbac_management.md

Documentation coverage

  • Role list page with filtering and status tabs
  • Create / Edit / Delete role workflows
  • Role detail drawer (source, status, dates, description)
  • Role Assignments tab (add/remove users)
  • Permissions tab (add permissions with scope type, target, permission type, permission)

Screenshots (9 per language)

Screenshot Description
rbac_role_list_page.png Role list with filter and table
rbac_create_role_modal.png Create Role modal
rbac_role_detail_drawer.png Role detail drawer
rbac_edit_role_modal.png Edit Role modal
rbac_assignments_tab.png Role Assignments tab
rbac_add_user_modal.png Add User modal
rbac_remove_user_dialog.png Remove user confirmation
rbac_permissions_tab.png Permissions tab
rbac_add_permission_modal.png Add Permission modal

Test plan

  • Verify screenshots render correctly in built documentation
  • Verify cross-reference links work from admin_menu to rbac_management
  • Check all 4 language versions have structural parity

🤖 Generated with Claude Code

@github-actions github-actions Bot added the size:L 100~500 LoC label Apr 9, 2026
Copy link
Copy Markdown
Contributor Author


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent changes, fast-track this PR to the front of the merge queue

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ironAiken2 ironAiken2 force-pushed the 04-09-fix_fr-2325_use_anchor-based_cross-references_for_rbac_links branch from 7d0c821 to 6c704d6 Compare April 9, 2026 07:36
@ironAiken2 ironAiken2 marked this pull request as ready for review April 9, 2026 07:38
Copilot AI review requested due to automatic review settings April 9, 2026 07:38
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new RBAC Management user manual section to the Backend.AI WebUI docs, plus navigation/terminology updates to integrate it into the existing multi-language documentation set.

Changes:

  • Added RBAC Management documentation pages in EN/KO/JA/TH, including role lifecycle, assignments, and permission configuration workflows.
  • Added RBAC terminology and added RBAC Management to the docs navigation and overview matrices for all languages.
  • Added RBAC screenshots to each language’s docs image set and added Admin Menu cross-references to the RBAC Management page.

Reviewed changes

Copilot reviewed 14 out of 90 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
packages/backend.ai-webui-docs/TERMINOLOGY.md Adds RBAC terminology and UI navigation term entry for RBAC Management.
packages/backend.ai-webui-docs/src/book.config.yaml Adds RBAC Management page to navigation for EN/JA/KO/TH.
packages/backend.ai-webui-docs/src/en/rbac_management/rbac_management.md New EN RBAC Management manual page with workflows and screenshots.
packages/backend.ai-webui-docs/src/ja/rbac_management/rbac_management.md New JA RBAC Management manual page with workflows and screenshots.
packages/backend.ai-webui-docs/src/ko/rbac_management/rbac_management.md New KO RBAC Management manual page with workflows and screenshots.
packages/backend.ai-webui-docs/src/th/rbac_management/rbac_management.md New TH RBAC Management manual page with workflows and screenshots.
packages/backend.ai-webui-docs/src/en/admin_menu/admin_menu.md Adds RBAC Management section and cross-reference from Admin Menu.
packages/backend.ai-webui-docs/src/ja/admin_menu/admin_menu.md Adds RBAC Management section and cross-reference from Admin Menu.
packages/backend.ai-webui-docs/src/ko/admin_menu/admin_menu.md Adds RBAC Management section and cross-reference from Admin Menu; also includes a formatting change in an existing admonition block.
packages/backend.ai-webui-docs/src/th/admin_menu/admin_menu.md Adds RBAC Management section and cross-reference from Admin Menu.
packages/backend.ai-webui-docs/src/en/overview/overview.md Adds RBAC Management row to the EN overview feature matrix.
packages/backend.ai-webui-docs/src/ja/overview/overview.md Adds RBAC Management row to the JA overview feature matrix.
packages/backend.ai-webui-docs/src/ko/overview/overview.md Adds RBAC Management row to the KO overview feature matrix.
packages/backend.ai-webui-docs/src/th/overview/overview.md Adds RBAC Management row to the TH overview feature matrix.
packages/backend.ai-webui-docs/src/en/images/rbac_role_list_status_filter.png Adds RBAC screenshot asset (status filter).
packages/backend.ai-webui-docs/src/en/images/rbac_assignments_tab.png Adds RBAC screenshot asset (assignments tab).
packages/backend.ai-webui-docs/src/en/images/rbac_add_user_modal.png Adds RBAC screenshot asset (add user modal).
packages/backend.ai-webui-docs/src/ja/images/rbac_role_list_status_filter.png Adds RBAC screenshot asset (status filter).
packages/backend.ai-webui-docs/src/ja/images/rbac_assignments_tab.png Adds RBAC screenshot asset (assignments tab).
packages/backend.ai-webui-docs/src/ja/images/rbac_add_user_modal.png Adds RBAC screenshot asset (add user modal).
packages/backend.ai-webui-docs/src/ko/images/rbac_role_list_status_filter.png Adds RBAC screenshot asset (status filter).
packages/backend.ai-webui-docs/src/ko/images/rbac_assignments_tab.png Adds RBAC screenshot asset (assignments tab).
packages/backend.ai-webui-docs/src/ko/images/rbac_add_user_modal.png Adds RBAC screenshot asset (add user modal).
packages/backend.ai-webui-docs/src/th/images/rbac_role_list_status_filter.png Adds RBAC screenshot asset (status filter).
packages/backend.ai-webui-docs/src/th/images/rbac_assignments_tab.png Adds RBAC screenshot asset (assignments tab).
packages/backend.ai-webui-docs/src/th/images/rbac_add_user_modal.png Adds RBAC screenshot asset (add user modal).

Comment thread packages/backend.ai-webui-docs/src/en/admin_menu/admin_menu.md
Comment thread packages/backend.ai-webui-docs/src/ko/admin_menu/admin_menu.md
Comment thread packages/backend.ai-webui-docs/src/ko/admin_menu/admin_menu.md Outdated
Comment thread packages/backend.ai-webui-docs/src/th/admin_menu/admin_menu.md
Comment thread packages/backend.ai-webui-docs/src/ja/admin_menu/admin_menu.md
Comment thread packages/backend.ai-webui-docs/TERMINOLOGY.md
@ironAiken2 ironAiken2 force-pushed the 04-09-fix_fr-2325_use_anchor-based_cross-references_for_rbac_links branch from 6c704d6 to d553d84 Compare April 9, 2026 07:47
Copy link
Copy Markdown
Contributor

@agatha197 agatha197 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image.png

part of ja translation is missing. - 'Role assignments'

@ironAiken2 ironAiken2 force-pushed the 04-09-fix_fr-2325_use_anchor-based_cross-references_for_rbac_links branch 2 times, most recently from 506ff41 to 7b528c1 Compare April 13, 2026 02:53
@github-actions github-actions Bot added area:ux UI / UX issue. area:i18n Localization labels Apr 13, 2026
@ironAiken2 ironAiken2 requested a review from agatha197 April 13, 2026 03:09
@ironAiken2 ironAiken2 force-pushed the 04-09-fix_fr-2325_use_anchor-based_cross-references_for_rbac_links branch 2 times, most recently from 9f81f2a to bbba7a1 Compare April 13, 2026 03:42
Copy link
Copy Markdown
Contributor

@agatha197 agatha197 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@graphite-app
Copy link
Copy Markdown

graphite-app Bot commented Apr 13, 2026

Merge activity

…6534)

Resolves #6046 (FR-2325)

## Summary

- Add complete RBAC Management user manual documentation in 4 languages (EN, KO, JA, TH)
- Add language-specific screenshots for EN, KO, JA (9 screenshots each, 27 total); TH uses EN placeholders (Thai locale unavailable)
- Add RBAC terminology to [TERMINOLOGY.md](http://TERMINOLOGY.md)
- Add navigation entries in book.config.yaml
- Add RBAC cross-references in admin_menu and overview docs
- Fix sidebar label: "Administration" → actual i18n labels (Admin Settings / 관리자 설정 / 管理者設定 / การตั้งค่าผู้ดูแลระบบ)
- Fix cross-reference links: use `#rbac-management` anchor links with `<a id>` in rbac_management.md

## Documentation coverage

- Role list page with filtering and status tabs
- Create / Edit / Delete role workflows
- Role detail drawer (source, status, dates, description)
- Role Assignments tab (add/remove users)
- Permissions tab (add permissions with scope type, target, permission type, permission)

## Screenshots (9 per language)

| Screenshot | Description |
| --- | --- |
| `rbac_role_list_page.png` | Role list with filter and table |
| `rbac_create_role_modal.png` | Create Role modal |
| `rbac_role_detail_drawer.png` | Role detail drawer |
| `rbac_edit_role_modal.png` | Edit Role modal |
| `rbac_assignments_tab.png` | Role Assignments tab |
| `rbac_add_user_modal.png` | Add User modal |
| `rbac_remove_user_dialog.png` | Remove user confirmation |
| `rbac_permissions_tab.png` | Permissions tab |
| `rbac_add_permission_modal.png` | Add Permission modal |

## Test plan

- [ ] Verify screenshots render correctly in built documentation
- [ ] Verify cross-reference links work from admin_menu to rbac_management
- [ ] Check all 4 language versions have structural parity

🤖 Generated with [Claude Code](https://claude.com/claude-code)
@graphite-app graphite-app Bot force-pushed the 04-09-fix_fr-2325_use_anchor-based_cross-references_for_rbac_links branch from bbba7a1 to 4892c49 Compare April 13, 2026 04:06
@graphite-app graphite-app Bot merged commit 4892c49 into main Apr 13, 2026
8 checks passed
@graphite-app graphite-app Bot deleted the 04-09-fix_fr-2325_use_anchor-based_cross-references_for_rbac_links branch April 13, 2026 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:i18n Localization area:ux UI / UX issue. size:L 100~500 LoC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Documentation for RBAC Management Page

3 participants