diff --git a/docs/proposal/011-关于Lightship功能项的设计.md b/docs/proposal/011-关于Lightship功能项的设计.md index fb81beca..ac6c2ee6 100644 --- a/docs/proposal/011-关于Lightship功能项的设计.md +++ b/docs/proposal/011-关于Lightship功能项的设计.md @@ -1,6 +1,6 @@ | 编号 | 作者 | 发表时间 | 变更时间 | 版本 | 状态 | | ----- | ----- | ----- | ----- | ----- | ----- | -| 011| 北野 | 2022-12-14 | 2022-12-14 | v1.0 | 提议 | +| 011| 北野 | 2022-12-14 | 2022-01-09 | v1.1 | 提议 | ### 关于Lightship功能项的设计 Lightship(开放模式)功能提供完全公开的推文分享服务,有别于[Friendship](002-关于Friendship功能项的设计.md "关于Friendship功能项的设计")、[Followship](003-关于Followship功能项的设计.md "关于Followship功能项的设计"),使用Lightship用户模式部署paopao-ce,用户发布的所有推文都是公开可访问的,广场推文列表展示的是全站所有公开推文的Timeline Tweets。 @@ -17,9 +17,13 @@ Lightship(开放模式)功能提供完全公开的推文分享服务,有别于 ### 方案 +#### 实现细节 * 广场推文列表只展示公开可访问推文 - 前端/后端 * 推文访问权限只能是 `公开/私密` - 前端/后端 +#### 参考实现(PR): +[add Lightship feature support #198](https://github.com/rocboss/paopao-ce/pull/198) + ### 疑问 1. 公开模式为什么命名为Lightship? @@ -37,4 +41,6 @@ Features: ### 更新记录 #### v1.0(2022-12-14) - 北野 -* 初始文档 \ No newline at end of file +* 初始文档 +#### v1.1(2022-01-09) - 北野 +* 添加参考实现PR信息