feat(iit): Initialize IIT Manager Agent MVP - Day 1 complete

- Add iit_schema with 5 tables
- Create module structure and types (223 lines)
- WeChat integration verified (Access Token success)
- Update system docs to v2.4
- Add REDCap source folders to .gitignore
- Day 1/14 complete (11/11 tasks)
This commit is contained in:
2025-12-31 18:35:05 +08:00
parent decff0bb1f
commit 4c5bb3d174
154 changed files with 13759 additions and 8 deletions

View File

@@ -545,6 +545,12 @@ df['creatinine'] = pd.to_numeric(df['creatinine'], errors='coerce')

View File

@@ -960,6 +960,12 @@ export const aiController = new AIController();

View File

@@ -1294,6 +1294,12 @@ npm install react-markdown

View File

@@ -202,6 +202,12 @@ FMA___基线 | FMA___1个月 | FMA___2个月

View File

@@ -360,6 +360,12 @@ formula = "FMA总分0-100 / 100"

View File

@@ -194,6 +194,12 @@ async handleFillnaMice(request, reply) {

View File

@@ -166,6 +166,12 @@ method: 'mean' | 'median' | 'mode' | 'constant' | 'ffill' | 'bfill'

View File

@@ -617,6 +617,12 @@ import { logger } from '../../../../common/logging/index.js';

View File

@@ -420,6 +420,12 @@ import { ChatContainer } from '@/shared/components/Chat';

View File

@@ -330,6 +330,12 @@ const initialMessages = defaultMessages.length > 0 ? defaultMessages : [{

View File

@@ -618,6 +618,12 @@ http://localhost:5173/data-cleaning/tool-c

View File

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

View File

@@ -279,6 +279,12 @@ ConflictDetectionService // 冲突检测(字段级对比)

View File

@@ -443,6 +443,12 @@ Tool B后端代码**100%复用**了平台通用能力层,无任何重复开发

View File

@@ -220,6 +220,12 @@ $ node scripts/check-dc-tables.mjs

View File

@@ -453,6 +453,12 @@ ${fields.map((f, i) => `${i + 1}. ${f.name}${f.desc}`).join('\n')}