Closed danielzgtg closed 1 year ago
This is the harder part of the completion feature. Nodes without outstanding dependencies must be highlighted on load and also when the user edits the graph. This must be done efficiently, especially not in O(n**2) time.
linked to #108
This is the harder part of the completion feature. Nodes without outstanding dependencies must be highlighted on load and also when the user edits the graph. This must be done efficiently, especially not in O(n**2) time.