feat: 支持 ITTO 明细功能

- 更新类型定义,支持 ProcessRef(字符串或对象)
- 添加 DetailItem 和 ProcessEntityUse 接口
- 为 P1.2(制定项目管理计划)添加工具明细示例
  - 数据收集:头脑风暴、核对单、焦点小组、访谈
  - 人际关系与团队技能:冲突管理、引导、会议管理
- 更新数据查询函数,支持新数据结构
- 更新前端展示,支持明细显示(带缩进和项目符号)
- 修复 ProcessGraphPage 类型错误

via [HAPI](https://hapi.run)

Co-Authored-By: HAPI <noreply@hapi.run>
This commit is contained in:
ittoview
2026-02-14 13:49:42 +00:00
parent 3c1451ca3f
commit 145e6e7549
5 changed files with 163 additions and 34 deletions

View File

@@ -29,7 +29,27 @@
"processGroupId": "PG02",
"order": 2,
"inputs": ["A001", "A092", "A005", "A006"],
"tools": ["TT001", "TT002", "TT022", "TT032"],
"tools": [
"TT001",
{
"id": "TT002",
"detail": [
{ "label": "头脑风暴" },
{ "label": "核对单" },
{ "label": "焦点小组" },
{ "label": "访谈" }
]
},
{
"id": "TT022",
"detail": [
{ "label": "冲突管理" },
{ "label": "引导" },
{ "label": "会议管理" }
]
},
"TT032"
],
"outputs": ["A008"],
"w5h1": {
"who": "项目经理主导,团队参与",