Closed eeg3 closed 8 years ago
Create the form with 1 step and 1 substep. Create buttons to add steps and substeps.
Could use the same code from the flightplan.html/js. The notes field is basically what we want to create. Could even turn the checkbox into the button that adds steps and substeps; since it can tell where it is, it could make it so it can add up the chain.
At submit time, just grab the data in each notes field. Turn that data into the right format. Submit the form.
Implemented in commit https://github.com/eeg3/Eucalyptus/commit/9bf8de8213da1a01494df35653f580444a7a8316
Right now, only the API Toolkit can create the Manifests. It doesn't create the steps well, so we need a builder for that.