2730d2ce8d
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 189h51m12s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 189h51m15s
Deploy / Deploy Staging (push) Failing after 189h51m46s
CI/CD Pipeline / Frontend Lint (push) Failing after 189h52m16s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 189h52m19s
- 新增 /api/v1/edit-plans 五个端点 (GET list/detail, POST, PUT, DELETE) - 支持分页、按模板ID/状态筛选 - PUT 端点集成状态机流转 (draft→editing→rendering→completed/failed) - 非法状态流转返回 400,资源不存在返回 404 - 注册 edit_plans_router 到 API Router - 编写 28 个单元测试覆盖 CRUD + 状态机 + 异常场景 - 全部测试通过