docs(dc/tool-c): Complete Tool C MVP planning and TODO list

Summary:
- Update Tool C MVP Development Plan (V1.3)
  * Clarify Python execution as core feature
  * Add 15 real medical data cleaning scenarios (basic/medium/advanced)
  * Enhance System Prompt with 10 Few-shot examples
  * Discover existing Python service (extraction_service)
  * Update to extend existing service instead of rebuilding
- Create Tool C MVP Development TODO List
  * 3-week plan with 30 tasks (Day 1-15)
  * 4 core milestones with clear acceptance criteria
  * Daily checklist and risk management
  * Detailed task breakdown for each day

Key Changes:
- Python service: Extend existing extraction_service instead of new setup
- Test scenarios: 15 scenarios (5 basic + 5 medium + 5 advanced)
- Success criteria: Basic >90%, Medium >80%, Advanced >60%, Total >80%
- Development time: Reduced from 3 weeks to 2 weeks (reuse infrastructure)

Status: Planning complete, ready to start Day 1 development
This commit is contained in:
2025-12-06 11:00:44 +08:00
parent 8a17369138
commit 8be741cd52
42 changed files with 3581 additions and 0 deletions

View File

@@ -295,3 +295,4 @@ Changes:
**版本**: V1.0

View File

@@ -385,3 +385,4 @@ Docs: docs/03-业务模块/DC-数据清洗整理/06-开发记录/DC模块重建

View File

@@ -360,3 +360,4 @@ const mockAssets: Asset[] = [
**文档版本**: V1.0

View File

@@ -344,3 +344,4 @@ frontend-v2/src/modules/dc/
**UI质量**: ⭐⭐⭐⭐⭐
**状态**: ✅ 已完成,待测试

View File

@@ -258,3 +258,4 @@ ConflictDetectionService // 冲突检测(字段级对比)
**文档创建时间:** 2025-12-03
**维护者:** DC模块开发团队

View File

@@ -307,3 +307,4 @@
**UI质量**: ⭐⭐⭐⭐⭐
**用户体验**: ⭐⭐⭐⭐⭐

View File

@@ -270,3 +270,4 @@
**测试状态**: ✅ 待用户验证
**代码质量**: ⭐⭐⭐⭐⭐

View File

@@ -334,3 +334,4 @@
**测试完成后,请更新此文档并标记所有测试点的完成状态!**

View File

@@ -422,3 +422,4 @@ Tool B后端代码**100%复用**了平台通用能力层,无任何重复开发
*本报告将持续更新,随着测试进展补充更多测试结果*

View File

@@ -268,3 +268,4 @@
**更新人**: AI Assistant
**下次更新**: 测试完成后

View File

@@ -199,3 +199,4 @@ $ node scripts/check-dc-tables.mjs
**下次验证**: 不需要(除非重建数据库)