Просмотр исходного кода

chore: 更新 Story 13.25 状态为 done

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
yourname 1 неделя назад
Родитель
Сommit
7e68bd4586
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      _bmad-output/implementation-artifacts/sprint-status.yaml

+ 1 - 1
_bmad-output/implementation-artifacts/sprint-status.yaml

@@ -259,7 +259,7 @@ development_status:
   13-22-statistics-filter-removal: done   # 数据统计页面年月筛选器移除(2026-01-17 新增)- 移除年月筛选器 UI、简化为当前数据视图、移除"比上月"对比数据、后端 API 简化 ✅ 完成 - 后端简化、前端简化、E2E 测试更新
   13-23-employment-count-consistency: review   # 数据统计页在职人数统计口径一致性修复(2026-01-18 新增)- 修复 employment-count API 使用错误的统计口径(jobStatus=1)问题,统一使用 order_person.work_status='working' 与首页 overview 保持一致 ✅ 完成 (2026-01-18) - 已修复 getEmploymentCount 方法使用 orderPerson.workStatus='working'
   13-24-statistics-methods-unify-workstatus: done   # 统一统计方法使用 orderPerson.workStatus(2026-01-18 新增)- 修复 6 个统计方法(残疾类型、性别、年龄、户籍、薪资分布、在职率)使用错误的统计口径,统一使用 order_person.work_status='working' ✅ 完成 (2026-01-18) - 所有方法已重构,类型检查和构建通过
-  13-25-jobstatus-distribution-refactor: review   # 重构 getJobStatusDistribution 使用 orderPerson.workStatus(2026-01-18 新增)- 修复在职状态分布图使用旧字段 jobStatus(二元状态)改为使用 work_status 枚举(working/pending/departed 等)
+  13-25-jobstatus-distribution-refactor: done   # 重构 getJobStatusDistribution 使用 orderPerson.workStatus(2026-01-18 新增)- 修复在职状态分布图使用旧字段 jobStatus(二元状态)改为使用 work_status 枚举 ✅ 完成 (2026-01-18) - 从二元状态改为多状态枚举,支持 4 种工作状态
   13-26-statistics-data-consistency-validation: ready-for-dev   # 统计模块数据一致性验证与回归测试(2026-01-18 新增)- 全面验证所有统计方法使用统一统计口径,确保各分布图数据一致、与首页仪表板一致
   epic-13-retrospective: optional