Open jblowe opened 4 years ago
@jblowe yes, broadly I think it is but I think we may want to change the workflow (and potentially the data model) a bit.
UI -> create batch. A batch has some metadata and a file.
When viewing a batch it now has steps:
All batch
All batch or individual selections, none of these things happen automatically on upload
Each "step" requires the previous one to complete successfully, so you cannot transfer without first validating then generating.
We've discussed how to improve the workflow for various use cases (the current workflow is geared towards initial migrations of data into CSpace).
Were we to insert a new step into the process, we'd have to refactor the converter to handle it. Reading the code, I am guessing that this would entail:
Is this the way to go about this?