DATABASE-BACKED WORKSPACE
当前工作台已经接入真实聚合结果
这里展示的是后端 workspace 接口返回的真实数据,包括 stage tasks、shots、QA 摘要、review 状态和已选资产。它已经不是静态 mock,而是数据库里的当前状态。
Shots
3 个镜头已入库
Review
pending / 1 pending
QA
warn / 1 issues
WORKFLOW ACTIONS
Start a new workflow run
This calls the real workflow/start endpoint and creates fresh WorkflowRun and StageTask records on the backend.
REVIEW ACTIONS
Submit a review decision
This calls the real review endpoint, writes to review_decisions, and updates the target StageTask.review_status.
RERUN ACTIONS
Submit a rerun request
This calls the real workflow/rerun endpoint. The backend currently returns accepted while the real rerun execution is still the next implementation step.