From e5a1a2c1e99e7b624bc2dc15f681b0128e5ed39e Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 29 Nov 2022 09:50:08 +0800 Subject: [PATCH] docs: update README --- README-cn.md | 12 ++++++------ README.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README-cn.md b/README-cn.md index 56de781c..7cfda1e7 100644 --- a/README-cn.md +++ b/README-cn.md @@ -60,13 +60,13 @@ FileDAG Storage 的开发将为上述问题提供一种解决方案 #### Description: - DAG Pool: - - 数据块的引用记录 - - 数据pin策略 - - DAG Pool的可中断垃圾回收机制 + - [x] 数据块的引用记录 + - [x] 数据pin策略 + - [x] DAG Pool的可中断垃圾回收机制 - 对象存储: - - 桶相关操作的API - - 对象操作的API - - 权限操作API + - [x] 桶相关操作的API + - [x] 对象操作的API + - [x] 权限操作API ### Milestone 3 diff --git a/README.md b/README.md index e4411e79..0af39a53 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,13 @@ Implement data management. #### Description: - DAG Pool: - - reference records of data blocks - - strategy of data pin - - interruptible garbage collection mechanism of DAG Pool + - [x] reference records of data blocks + - [x] strategy of data pin + - [x] interruptible garbage collection mechanism of DAG Pool - Object store: - - API of bucket related operations - - API of object manipulation - - API of permission operation + - [x] API of bucket related operations + - [x] API of object manipulation + - [x] API of permission operation ### Milestone 3