8 Commits

Author SHA1 Message Date
5858bfcb2f feat: task center index.ui overhaul, add my_bugs API + task_tree_popup UI 2026-08-03 10:39:02 +08:00
0b3b7376e4 feat: add task_tree and pipeline_options APIs for SDLC dashboard 2026-08-01 10:27:07 +08:00
b556ab0cdc feat: task center - human task interaction, artifact view, restart capability
- Add human task dspy: human_complete, human_list, approval_approve, approval_reject
- Add task_restart.dspy for restarting completed/failed tasks
- Enhance task_detail.ui: inline human task forms, approval buttons, restart
- New step_panel.ui: view/modify step artifacts with cascade rerun
- Update task_list.ui: Tabular with search_form filter by pipeline/state
- Update index.ui: embed task list Tabular inline
- Update load_path.py: register new dspy/ui paths
2026-07-08 21:03:32 +08:00
3c371f8898 fix: task_submit.ui Form使用fields数组,移除arrow-left icon,修复target ID 2026-06-12 01:20:52 +08:00
f8a218ef6f fix: task_list.dspy返回rows键适配DataViewer 2026-06-12 00:24:31 +08:00
65984ae4a0 refactor: task_list.ui改用DataViewer,删除pipeline_task.js 2026-06-12 00:18:06 +08:00
41d6ee03fa refactor: 删除pipeline_task.js,改用纯bricks组件 2026-06-12 00:15:28 +08:00
50a38e15e1 feat: pipeline-task 交互模块初始版本
- 纯薄交互层,无数据表,调用 pipeline-service 引擎函数
- 6个dspy API(submit/list/detail/node/modify/control)
- 4个UI页面(index/list/detail/submit)
- pipeline_task.js 交互辅助函数
- load_path.py RBAC 权限注册
- 完整 README 文档
2026-06-11 17:36:37 +08:00