mitre / mitre/GraphEx

Execute Graph Node Graph Inputs Should Match on Parent Graph Input Names

Open
#28 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
Python
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Description

A common pain point is when you create a sub-graph inside of a graph that has a very large number of inputs and you have to one by one click on all the drop downs for each of the inputs in order to 'pass-through' inputs from the parent to the child. A good feature request would be to in some way 'match' the name of the graph input on the child to the ones that already exist on the parent and try to 'auto-complete' the inputs.

One easy way to do this would be to simply put exact matches on graph input names at the top of the drop down list when will in the inputs from the parent.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the graph-input dropdown implementation and the code that maps child graph inputs to parent inputs. Check how parent input names are made available, then verify that exact name matches appear first in the dropdown and can be used for pass-through connections.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
devtools
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.