UBC-DSCI / rudaux

LMS + External Tool Workflow Orchestration
https://ubc-dsci.github.io/rudaux
MIT License
7 stars 5 forks source link

Create make-like tasks #137

Open trevorcampbell opened 3 years ago

trevorcampbell commented 3 years ago

For each step in the flow, check whether the result date stamp is before the predecessor. If so, run the flow, otherwise skip.

This will help with letting TAs re-grade things, extensions after the fact, and reduce the need to guess what state things were in previously (e.g. flag files)