Files
iot-device-management-frontend/apps/web-antd
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
..
2024-07-28 14:29:05 +08:00
2024-06-08 16:33:49 +08:00
2024-06-08 16:33:49 +08:00
2025-10-16 10:28:42 +08:00