feat(workflow-editor): add controller-backed card canvas - #108
Closed
xyh202131 wants to merge 11 commits into
Closed
feat(workflow-editor): add controller-backed card canvas#108xyh202131 wants to merge 11 commits into
xyh202131 wants to merge 11 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Author
|
按当前任务范围撤销 Workflow Editor 拆分。本 PR 未合并,后续如由其他成员负责,可继续参考 Issue #102。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
功能项
将工作流编辑器从占位页实现为可执行的卡片加号式手动创作界面。页面只调用 WorkflowController,并使用 Controller 返回的 phase 渲染角色候选、动作首帧和动画审核,不维护第二套工作流状态。
包含
/workflow-editor新任务界面与/:runId恢复界面所需页面能力。approveAction()返回的稳定 ID 打开 Playtest。架构边界
fetch或 localStorage。features/review、features/publish和旧 Workflow Editor Service。index.ts只负责公开导出,页面实现和样式留在模块内部。依赖说明
main为目标;依赖 PR 合入前,文件列表会暂时显示 WorkflowRun 与 WorkflowController 文件,依赖合入后只剩frontend/src/pages/workflow-editor/下 5 个路径变化。验证
main后重新验证)。git diff --check:通过。main并解决占位index.tsx的 modify/delete 冲突;保留本 PR 的index.ts + page.tsx结构。Depends on #86
Depends on #107
Closes #102