@@ -0,0 +1,3 @@
+{
+ "plantuml.server":"http://www.plantuml.com/plantuml"
+}
@@ -122,6 +122,33 @@
- 活动参与环节
- 活动的奖励机制
+> 业务逻辑时序图
+```puml
+@startuml
+actor 参与成员
+participant 数据搜集
+participant 活动策划
+
+参与成员 -> 数据搜集 : 提供画像列表
+参与成员 -> 数据搜集 : 提供周边商家的服务清单
+数据搜集 -> 活动策划 : 提交数据
+活动策划 -> 活动策划 : 筛选风险
+活动策划 -> 活动策划 : 性格冲突
+活动策划 -> 活动策划 : 餐饮忌口
+活动策划 -> 活动策划 : 风俗习惯
+活动策划 -> 活动策划 : 活动地点选择
+活动策划 -> 参与成员 : 推荐地点
+参与成员 -> 活动策划 : 投票选择地点
+活动策划 -> 活动策划 : 活动流程的策划
+活动策划 -> 活动策划 : 破冰小游戏
+活动策划 -> 活动策划 : 活动参与环节
+活动策划 -> 活动策划 : 活动的奖励机制
+@enduml
+```
> 参与成员
```
@@ -14,4 +14,26 @@
- 项目作者
- 项目类型
-# 项目标题2
+# 项目标题2
+```plantuml
+abstract abstract
+abstract class "abstract class"
+annotation annotation
+circle circle
+() circle_short_form
+class class
+class class_stereo <<stereotype>>
+diamond diamond
+<> diamond_short_form
+entity entity
+enum enum
+exception exception
+interface interface
+metaclass metaclass
+protocol protocol
+stereotype stereotype
+struct struct