SEG491X-W2023-T42 / mikado-machine

A multi-platform web-app for managing tasks and goals using the Mikado Method.
https://mikadomachine.uottawaesports.ca/
1 stars 0 forks source link

Tracking issue for node completion feature part 2 #61

Closed danielzgtg closed 1 year ago

danielzgtg commented 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.

Daanish-Khan commented 1 year ago

linked to #108