moban
moban copied to clipboard
Schedule the template actions according to inter-dependencies
Not all moban users will need it but advanced users may experience problems if a lot of intermediate files were generated and they have inter-dependencies. To support it, current templating sequence, group by template type needs to be replaced with DAG graph scheduling algorithm.
it will address #127 and #24