diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-27 22:51:26 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-27 22:51:26 +0800 |
| commit | d99d46393305d9158323c8f287b50f2320d2f2ea (patch) | |
| tree | 847dc894ad004458ee7aa0849e0c897bad965af0 /README.md | |
| parent | e45b3dbb230e67c8ecca7c7ab775aec961f2abe4 (diff) | |
docs: remove redundant permission table from README files
- Remove permission management table from both README.md and README_zh_CN.md
- The table content was redundant as permissions are already clearly described in the text
- Improves document readability by eliminating duplication
- Maintains all essential information in prose format
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -31,15 +31,6 @@ Sheets are divided into two types, primarily differing in permission management: - **Reference Sheet**: Stores files commonly used across the team, serving as a shared resource library. All members can acquire files from it into their own sheets. Members can submit their own files to the Reference Sheet; after approval by an administrator, they are added to the Reference Sheet for other members to import into their own sheets. - **Member Sheet**: A member's own sheet, used to manage personal projects, tasks, and assets. The member has full management rights over the **sheet structure** (such as adding, moving mappings, etc.), but **edit rights** for the file itself remain exclusive to the file's holder, following the "Acquire First, Edit Later" principle. Typically, newly tracked files automatically grant ownership to the tracker. -| Operation | Reference Sheet | Member Sheet | -| :--- | :--- | :--- | -| **Check-in** | All Members | All Members | -| **Add Item** | All Members (to a staging area) | Owner | -| **Move Item** | Administrator | Owner | -| **Unlink** | Administrator | Owner | -| **Merge** | Administrator | Owner | -| **Clone** | All Members | All Members | - ### Transferring Files Between Sheets Through the **Import/Export mechanism** provided by the Sheet System, members can copy a file's **mapping relationship** from one sheet to another. This mechanism transfers the file's **mapping relationship** (i.e., the binding of `VirtualFileId` to a path), not the file entity itself. The file entity always resides in the Virtual File System. This mechanism supports cross-sheet collaboration, such as submitting completed work to the team for sharing, or recommending a file to a specific member for further processing. |
