docs(pkb): Add development records and update system status

Summary:
- Add PKB module development record for 2026-01-07
- Create PKB module status document (00-模块当前状态与开发指南.md)
- Update system status document to v2.7

Documents added:
- docs/03-业务模块/PKB-个人知识库/06-开发记录/2026-01-07_PKB模块前端V3设计实现.md
- docs/03-业务模块/PKB-个人知识库/00-模块当前状态与开发指南.md

Documents updated:
- docs/00-系统总体设计/00-系统当前状态与开发指南.md

PKB module progress: 75% complete
- Frontend Dashboard: 90%
- Frontend Workspace: 85%
- 3 work modes implemented
- Batch processing API pending debug
This commit is contained in:
2026-01-07 10:35:03 +08:00
parent 5a17d096a7
commit e59676342a
187 changed files with 896 additions and 34 deletions

View File

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

View File

@@ -981,5 +981,6 @@ export const aiController = new AIController();

View File

@@ -1315,5 +1315,6 @@ npm install react-markdown

View File

@@ -223,5 +223,6 @@ FMA___基线 | FMA___1个月 | FMA___2个月

View File

@@ -381,5 +381,6 @@ formula = "FMA总分0-100 / 100"

View File

@@ -215,5 +215,6 @@ async handleFillnaMice(request, reply) {

View File

@@ -187,5 +187,6 @@ method: 'mean' | 'median' | 'mode' | 'constant' | 'ffill' | 'bfill'

View File

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

View File

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

View File

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

View File

@@ -639,5 +639,6 @@ http://localhost:5173/data-cleaning/tool-c

View File

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

View File

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

View File

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

View File

@@ -241,5 +241,6 @@ $ node scripts/check-dc-tables.mjs

View File

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