Skip to content

Commit 48a8ada

Browse files
yomybabyagatha197
authored andcommitted
docs(vfolder): add captured invitation-badge screenshot (PR F)
Captures 1 of 3 planned screenshots × 4 languages (4 PNGs): - vfolder_invitation_badge.png Skipped (TODO markers retained): - vfolder_upload_disabled.png — requires a keypair resource policy without upload-file on the host; admin/user on isla-sorna both have upload-file granted, disabled state not reachable from WebUI alone. - vfolder_cascading_delete_warning.png — the cascade warning surfaces on Admin > Manage Model Cards delete flow, not the user Delete VFolder dialog; this is part of PR H's admin_menu coverage (model_card_delete_with_folder.png). Also surfaces two doc-accuracy follow-ups (not fixed here): 1. The invitation badge wording in vfolder.md describes a sidebar badge; actual UI is a tab-bar "Pending invitations (N)" link. 2. The user-facing Delete VFolder modal does not currently show the cascade warning; the warning is admin-side. The prose should be tightened to reflect that. Captured at 2× zoom via Portless dev, per-locale via window.switchLanguage().
1 parent 832d8cf commit 48a8ada

8 files changed

Lines changed: 13 additions & 17 deletions

File tree

9.51 KB
Loading

packages/backend.ai-webui-docs/src/en/vfolder/vfolder.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ such as the folder name and ID, the NFS host name where the folder is located
1414
There are two types of storage folders: `User` and `Project`. You can
1515
distinguish between them in the 'Type' column.
1616

17-
### Invitation Badge and Entry Point
17+
## Invitation Badge and Entry Point
1818

1919
When another user invites you to share one of their storage folders, a small
2020
invitation badge appears on the Data page entry in the sidebar and next to the
2121
folder status summary. The badge displays the number of pending invitations
2222
that still need a response.
2323

2424
![](../images/vfolder_invitation_badge.png)
25-
<!-- TODO: Capture screenshot of the invitation badge on the Data page -->
2625

2726
Click the badge to open the invitation list, where you can accept or decline
2827
each pending invitation. Accepted folders immediately appear in your folder
@@ -121,7 +120,7 @@ explain that uploads are not permitted.
121120

122121
`upload-file` is a host-level capability granted through your **keypair
123122
resource policy**. If you need to upload files and the button is disabled, ask
124-
your administrator to add `upload-file` to the allowed sFTP / vfolder host
123+
your administrator to add `upload-file` to the allowed SFTP / vfolder host
125124
permissions on your resource policy. You can identify which host the folder
126125
lives on from the **Location** column in the folder list or from the folder
127126
detail drawer; the required permission must be enabled for *that* host.
@@ -202,7 +201,7 @@ this action cannot be undone.
202201
Administrators who delete model cards from the **Admin → Manage Model Cards**
203202
page can trigger the inverse flow — bulk-deleting model cards offers an option
204203
to also move the associated storage folders to the trash. See
205-
[Manage Model Cards](../admin_menu/admin_menu.md#manage-model-cards) for the
204+
[Manage Model Cards](../admin_menu/admin_menu.md#manage-models-cards) for the
206205
admin-side bulk flow.
207206

208207
## Using FileBrowser
11 KB
Loading

packages/backend.ai-webui-docs/src/ja/vfolder/vfolder.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ Backend.AIは、ユーザーのファイルを安全に保管するための専
88

99
ストレージフォルダには、`ユーザー``プロジェクト`の2つのタイプがあります。「種類」列で区別できます。
1010

11-
### 招待バッジとエントリーポイント
11+
## 招待バッジとエントリーポイント
1212

1313
他のユーザーが自分のストレージフォルダを共有するために招待を送ると、サイドバーのデータ
1414
ページ項目とフォルダステータスの概要の横に小さな招待バッジが表示されます。バッジには、
1515
まだ応答していない保留中の招待の件数が表示されます。
1616

1717
![](../images/vfolder_invitation_badge.png)
18-
<!-- TODO: データページの招待バッジのスクリーンショットを撮影します -->
1918

2019
バッジをクリックすると招待リストが開き、保留中の各招待を受諾または辞退できます。
2120
受諾したフォルダは即座にフォルダ一覧に `招待` タイプとして表示されます。`/data`
@@ -98,7 +97,7 @@ Backend.AIは、ユーザーのファイルを安全に保管するための専
9897

9998
`upload-file` は、ユーザーの **キーペアリソースポリシー** を通じて付与されるホストレベルの
10099
権限です。ファイルをアップロードする必要があるのにボタンが無効になっている場合は、
101-
管理者に依頼して、リソースポリシーで許可されている sFTP / vfolder ホスト権限に
100+
管理者に依頼して、リソースポリシーで許可されている SFTP / vfolder ホスト権限に
102101
`upload-file` を追加してもらってください。フォルダがどのホスト上にあるかは、
103102
フォルダ一覧の **ロケーション** 列、またはフォルダ詳細ドロワーで確認できます。
104103
必要な権限は *該当する* ホストに対して有効になっている必要があります。
@@ -169,7 +168,7 @@ Backend.AIは、ユーザーのファイルを安全に保管するための専
169168
**管理 → モデルカード管理** ページでモデルカードを削除する管理者は、逆の流れも利用できます。
170169
モデルカードを一括削除する際に、関連付けられたストレージフォルダもゴミ箱に移動する
171170
オプションを選択できます。管理者側の一括処理フローについては
172-
[モデルカード管理](../admin_menu/admin_menu.md#manage-model-cards) を参照してください。
171+
[モデルカード管理](../admin_menu/admin_menu.md#manage-models-cards) を参照してください。
173172

174173
## ファイルブラウザの使用
175174

10.5 KB
Loading

packages/backend.ai-webui-docs/src/ko/vfolder/vfolder.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ Backend.AI는 사용자의 파일을 안전하게 보관할 수 있도록 전용
88

99
스토리지 폴더에는 `사용자``프로젝트` 두 가지 유형이 있습니다. '종류' 열에서 구분할 수 있습니다.
1010

11-
### 초대 배지 및 진입점
11+
## 초대 배지 및 진입점
1212

1313
다른 사용자가 자신의 스토리지 폴더를 공유하기 위해 초대를 보내면, 사이드바의 데이터
1414
페이지 항목과 폴더 상태 요약 옆에 작은 초대 배지가 표시됩니다. 배지에는 아직 응답하지
1515
않은 대기 중인 초대의 개수가 함께 표시됩니다.
1616

1717
![](../images/vfolder_invitation_badge.png)
18-
<!-- TODO: 데이터 페이지의 초대 배지 스크린샷을 캡처합니다 -->
1918

2019
배지를 클릭하면 초대 목록이 열리며, 대기 중인 초대를 각각 수락하거나 거절할 수
2120
있습니다. 수락한 폴더는 즉시 폴더 목록에 `초대받음` 유형으로 표시됩니다. `/data` 페이지
@@ -96,7 +95,7 @@ Backend.AI는 사용자의 파일을 안전하게 보관할 수 있도록 전용
9695
회색으로 변하며, 툴팁을 통해 업로드가 허용되지 않는다는 안내가 표시됩니다.
9796

9897
`upload-file`은 사용자의 **키페어 자원 정책**을 통해 부여되는 호스트 수준의 권한입니다.
99-
업로드가 필요한데 버튼이 비활성화되어 있다면, 자원 정책에서 허용된 sFTP / vfolder
98+
업로드가 필요한데 버튼이 비활성화되어 있다면, 자원 정책에서 허용된 SFTP / vfolder
10099
호스트 권한에 `upload-file`을 추가해 달라고 관리자에게 요청하세요. 폴더가 어떤
101100
호스트에 위치해 있는지는 폴더 목록의 **위치** 열이나 폴더 상세 드로어에서 확인할 수
102101
있으며, 필요한 권한은 *해당* 호스트에 대해 활성화되어 있어야 합니다.
@@ -166,7 +165,7 @@ Backend.AI는 사용자의 파일을 안전하게 보관할 수 있도록 전용
166165
**관리자 → 모델 카드 관리** 페이지에서 모델 카드를 삭제하는 관리자는 반대 흐름도 사용할
167166
수 있습니다. 모델 카드를 일괄 삭제할 때, 연결된 스토리지 폴더도 함께 휴지통으로 보내는
168167
옵션을 선택할 수 있습니다. 관리자 측의 일괄 처리 흐름에 대해서는
169-
[모델 카드 관리](../admin_menu/admin_menu.md#manage-model-cards)를 참고하세요.
168+
[모델 카드 관리](../admin_menu/admin_menu.md#manage-models-cards)를 참고하세요.
170169

171170
## 파일 브라우저 사용하기
172171

11 KB
Loading

packages/backend.ai-webui-docs/src/th/vfolder/vfolder.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ Backend.AI มีพื้นที่จัดเก็บเฉพาะเพ
88

99
โฟลเดอร์จัดเก็บมีสองประเภท: `ผู้ใช้` และ `โปรเจกต์` คุณสามารถแยกความแตกต่างได้ในคอลัมน์ 'ประเภท'
1010

11-
### ป้ายคำเชิญและจุดเข้าใช้งาน
11+
## ป้ายคำเชิญและจุดเข้าใช้งาน
1212

1313
เมื่อมีผู้ใช้รายอื่นเชิญคุณให้ใช้งานโฟลเดอร์จัดเก็บของพวกเขาร่วมกัน ป้ายคำเชิญขนาดเล็กจะ
1414
ปรากฏที่รายการหน้าข้อมูลในแถบด้านข้าง และข้างกับสรุปสถานะของโฟลเดอร์ ป้ายจะแสดง
1515
จำนวนคำเชิญที่ค้างอยู่และยังไม่ได้รับการตอบกลับ
1616

1717
![](../images/vfolder_invitation_badge.png)
18-
<!-- TODO: ถ่ายภาพหน้าจอของป้ายคำเชิญในหน้าข้อมูล -->
1918

2019
คลิกที่ป้ายเพื่อเปิดรายการคำเชิญ ซึ่งคุณสามารถยอมรับหรือปฏิเสธคำเชิญที่ค้างอยู่แต่ละ
2120
รายการได้ โฟลเดอร์ที่ยอมรับแล้วจะปรากฏในรายการโฟลเดอร์ของคุณทันทีด้วยประเภท `เชิญแล้ว` หน้า `/data` เองก็เป็นจุดเข้าใช้งานที่ถูกต้องสำหรับการตรวจสอบคำเชิญด้วย เพียง
@@ -98,8 +97,8 @@ Backend.AI มีพื้นที่จัดเก็บเฉพาะเพ
9897

9998
`upload-file` คือสิทธิ์ระดับโฮสต์ที่ได้รับผ่าน **นโยบายทรัพยากรของคีย์แพร์** ของคุณ
10099
หากคุณจำเป็นต้องอัปโหลดไฟล์แต่ปุ่มถูกปิดใช้งาน โปรดขอให้ผู้ดูแลระบบเพิ่ม
101-
`upload-file` ลงในสิทธิ์โฮสต์ sFTP / vfolder ที่อนุญาตในนโยบายทรัพยากรของคุณ คุณ
102-
สามารถระบุได้ว่าโฟลเดอร์อยู่บนโฮสต์ใดจากคอลัมน์ **Location** ในรายการโฟลเดอร์ หรือ
100+
`upload-file` ลงในสิทธิ์โฮสต์ SFTP / vfolder ที่อนุญาตในนโยบายทรัพยากรของคุณ คุณ
101+
สามารถระบุได้ว่าโฟลเดอร์อยู่บนโฮสต์ใดจากคอลัมน์ **ตำแหน่ง** ในรายการโฟลเดอร์ หรือ
103102
จากลิ้นชักรายละเอียดของโฟลเดอร์ สิทธิ์ที่ต้องการต้องเปิดใช้งานสำหรับโฮสต์ *นั้น*
104103
:::
105104

@@ -166,7 +165,7 @@ Backend.AI มีพื้นที่จัดเก็บเฉพาะเพ
166165
ผู้ดูแลระบบที่ลบโมเดลการ์ดจากหน้า **ผู้ดูแลระบบ → จัดการโมเดลการ์ด** สามารถใช้กระบวนการ
167166
ในทิศทางตรงกันข้ามได้ การลบโมเดลการ์ดแบบหลายรายการจะให้ตัวเลือกในการย้ายโฟลเดอร์
168167
จัดเก็บที่เกี่ยวข้องไปยังถังขยะด้วย ดูรายละเอียดของกระบวนการแบบหลายรายการในฝั่งผู้ดูแล
169-
ระบบได้ที่ [จัดการโมเดลการ์ด](../admin_menu/admin_menu.md#manage-model-cards)
168+
ระบบได้ที่ [จัดการโมเดลการ์ด](../admin_menu/admin_menu.md#manage-models-cards)
170169

171170
## การใช้ FileBrowser
172171

0 commit comments

Comments
 (0)