monkeycode-ai
|
cc6be55677
|
feat: 实现 Task 6-7 报告和存储服务
Task 6 - 转换报告:
- 扩展 ConversionReport 模型
- 添加 Id, ProjectId, SourceLanguage, TargetLanguage
- 添加 IssueCount, TodoCount, ValidationStatus
- 添加 CreatedAt, LastValidatedAt 时间戳
Task 7 - 存储服务:
- IReportStorageService 接口
- ReportStorageService 内存实现 (MVP 版)
- 支持保存/查询/删除报告
- 项目统计功能
WebAPI 项目:
- CodePlay.WebAPI 项目创建
- JWT 认证配置
- AuthController (login, refresh, me)
- ReportController (CRUD + stats)
- Swagger 集成
测试:39 个测试全部通过 ✅
Co-authored-by: monkeycode-ai <[email protected]>
|
2026-06-03 09:24:38 +00:00 |
|