Skip to content

Support edits in the XmlPanel code editor #35

@a-asaad

Description

@a-asaad

Currently, the Canvas UI allows users to edit diagrams, which then generate the corresponding integration XML. However, the inverse transformation (editing the XML to update the diagram) is not supported. Adding this capability would improve flexibility by allowing users more control when creating flows.

XML to diagram conversion is handled by the flow-translator's translation/toFlow endpoint. This endpoint is already used by the XML file drop feature, see canvasDropHook.ts for the implementation details. The existing logic should be reusable when implementing the XmlPanel editing feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestuireferences the user interface

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions