M3-03 Growth & Retention Module #31
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
设计知习成长与留存模块,为 C 端用户提供每日学习目标、连续学习天数、学习热力图、趋势分析和下一步推荐能力。
本 Issue 只做模块架构设计,不直接实现代码。
背景说明
让用户知道"今天该做什么、学完有什么变化、明天为什么回来"是留存的关键。Growth 模块聚合 Learning 和 Review 两个模块的数据,生成学习统计、streak、热力图和下一步推荐。它不产生学习内容本身,而是提供让人坚持学习的动力数据。
模块职责
本模块负责:
本模块不负责:
候选数据对象
基础设施依赖判断
数据来源
Growth 模块通过订阅以下事件更新统计数据:
API 设计
Domain Event 设计
交付检查
验收标准
禁止事项
不建议当前阶段实现