Reported by curators: "Download a diagram as PPTX, open it in real PowerPoint, then right-click the diagram → Graphics Format → Convert to Shape." Their answer: "NO — The whole pathway diagram is treated as a single item."
Status: open, not started.
Why we asked rather than tested it: there is no PowerPoint on the build machine. The file is validated structurally by e2e/downloads.spec.ts — it checks a PPTX contains PPTX and is the right figure — but "opens in PowerPoint and converts to editable shapes" is a different claim and we have no automated coverage of it. The curators' answer is the test result here.
Next step: compare against what production's exporter produces for the same diagram, since the old Java exporter is what curators are used to. If production yields editable shapes and ours yields one, the difference is in how our renderer emits the PPTX.
Reported by curators: "Download a diagram as PPTX, open it in real PowerPoint, then right-click the diagram → Graphics Format → Convert to Shape." Their answer: "NO — The whole pathway diagram is treated as a single item."
Status: open, not started.
Why we asked rather than tested it: there is no PowerPoint on the build machine. The file is validated structurally by
e2e/downloads.spec.ts— it checks a PPTX contains PPTX and is the right figure — but "opens in PowerPoint and converts to editable shapes" is a different claim and we have no automated coverage of it. The curators' answer is the test result here.Next step: compare against what production's exporter produces for the same diagram, since the old Java exporter is what curators are used to. If production yields editable shapes and ours yields one, the difference is in how our renderer emits the PPTX.