Is your feature request related to a problem? Please describe.
The Work Controller has to much responsibility making it hard to understand and prone to errors being created when working on
Describe the solution you'd like
The logic for iteration should be moved to it's own object and be imported and used to get the current nodes in use allowing for better unit tests, maintainability and being the groundwork for future features
Is your feature request related to a problem? Please describe. The Work Controller has to much responsibility making it hard to understand and prone to errors being created when working on
Describe the solution you'd like The logic for iteration should be moved to it's own object and be imported and used to get the current nodes in use allowing for better unit tests, maintainability and being the groundwork for future features