lzh
5253a7a818
[F8] DAG JSON ↔ vue-flow 双向转换
- apps/web-antd/src/views/iot/rule/chain/utils/dag-converter.ts
- toCanvas / fromCanvas 对称转换
- newTempId (crypto.randomUUID) + isTempId (new_ 前缀)
- RuleChainGraphVO/RuleChainNodeVO/RuleChainLinkVO 本地类型定义
- B2 后端 DTO 就绪后可平替类型,转换函数签名不变
- apps/web-antd/src/views/iot/rule/chain/utils/dag-converter.spec.ts
- 23 用例:roundtrip_simple / roundtrip_branch / newNode_tempId / emptyGraph
- 对称性断言 toCanvas(fromCanvas(toCanvas(x))) ≡ toCanvas(x)
- Known Pitfalls 落地: ⚠️ 临时 ID 字符串穿透 / Math.round 坐标 / relationType PascalCase / edge source-target 校验
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 21:59:13 +08:00
..
2026-04-23 19:35:04 +08:00
2025-11-24 15:34:25 +08:00
2026-01-26 10:34:14 +08:00
2025-12-27 17:06:15 +08:00
2025-11-24 11:47:31 +08:00
2025-11-24 15:34:25 +08:00
2026-01-18 16:20:43 +08:00
2026-04-23 21:59:13 +08:00
2026-01-13 12:13:22 +08:00
2025-11-19 10:44:49 +08:00
2025-12-27 17:06:15 +08:00
2025-12-27 17:29:08 +08:00
2025-09-10 11:55:09 +08:00
2026-01-02 19:50:38 +08:00
2026-04-23 19:33:37 +08:00
2026-03-23 17:27:12 +08:00