画板通过rawjson格式导入时,流程图中如果前后两个节点有在泳道中的,那么他们的连接线turning_points不生效
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 17.3k
- Forks
- 1.4k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 105
Description
最小复现的例子:
cli版本1.0.63
原画板中仅有3个元素,泳道S,节点A和节点B,A在S中。调整A与B连线的转折点。
此时导出rawjson,
lark-cli whiteboard +query --output_as raw --overwrite --whiteboard-token xxx --output ./output.json
导入到另一个画板:
lark-cli whiteboard +update --input_format raw --overwrite --whiteboard-token xxx --source @output.json
此时转折点不生效,与原图不一致
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the round trip with the two lark-cli whiteboard commands using the minimal swimlane, node, and connection example described in the issue. Compare the exported raw JSON with the imported result and trace the whiteboard raw-format handling for swimlane membership and turning_points; done means the imported connection preserves the original turning points.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100