angles-n-daemons/scrutinize

Create Experiment Runs

Closed this issue · 1 comments

A Subtype of Experiment, ExperimentRun must be created so that experiments can be stopped, restarted, and rerun. Doing so will follow a more traditional experimentation workflow. Example subtasks for this goal include:

  • Creating the ExperimentRun schema
  • Modify the ExperimentList to have the following
    • The experiment run iteration
    • A status field for the experiment (scheduled, live, inactive)
    • A killswitch or create experiment run button - depending on status
  • Add Create Experiment Run Modal

Completed with #15