Skip to content

[Feature] Enhance LearningRecord page with weekly/monthly trend charts #17

Description

@lechan775

Problem

当前学习记录页(StudyRecordPage)展示日历打卡和统计摘要,但缺少趋势可视化:

  • 无法直观看到学习量的周/月变化曲线
  • 无法对比不同时间段的正确率趋势

Proposed Solution

在 StudyRecordPage 添加图表组件:

  1. 周趋势折线图:每日学习单词数(新学+复习)
  2. 正确率趋势:折线图展示正确率变化
  3. 词书分布饼图:各词书学习占比

参考 ArkUI 图表库或自定义 Canvas 绘制。

后端需新增聚合统计 API:

GET /api/stats/trend?userId=1&days=30

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions