IOS-M0-05 Learning Activity 学习统计详情 #5
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?
目标
AnalysisHomeView 增加 AI 趋势、连续天数、学习推荐三个统计维度。
后端接口
模块职责
✅ IOS-M0-05 修复完成
修改
Core/Models/APIModels.swiftActivityStreak/ActivityTrend/ActivityRecommendation模型Core/Services/APIService.swiftActivityService新增trend()/streak()/recommendations()Features/Analysis/ActivityViewModel.swiftFeatures/Analysis/AnalysisHomeView.swift接入后端接口
/activity/trend?days=7/activity/streak/activity/recommendations关闭
对应功能已实现。代码在 Features/ 中。
关闭
对应功能已实现。