Skip to content

Implement a minimized yaml editor view for gx files #4

@t-ambur

Description

@t-ambur

See issue #3 first as that is a prerequisite to this feature request.

In some very high-latency situations we would like to be able to edit graphs in the UI without having to use the default visual graph. This would be similar to editing raw python or yaml. Issue #3 is a good first step, but I think we could do even better by having some kind of 'smart' or 'minimized' view of the yaml we are editing.

For example, imagine a text editor that just let you type in the name of the nodes you wanted to run and the editor would grab the node class from the backend registry and auto-populate which fields that particular node has (on-demand). The editor would figure out where in the chain of nodes this new node would need to be placed automatically. In this way, the yaml could be 'minimized' to just show the relevant information a user cares about.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions