Users can regenerate their processed datasets or sheared processed datasets using the dataset download form (applicable for successfully processed datasets, both expired and unexpired).
Once users regenerate a processed dataset by clicking the regenerate button, the application will render the download email form (step 2 https://github.com/AlexsLemonade/refinebio-web/issues/196) for them to start the dataset processing for a file download.
The option to regenerate a processed dataset is available in the dataset page.
Problem or idea
e.g., The regenerate dataset button in an expired dataset:
We'll implement the regenerate option for processed datasets using useDatasetManager.
Solution or next step
Implement the regenerate dataset feature
Create any sub-components or helpers as necessary
Clean up any mock data or temp code blocks created for demo
Context
Users can regenerate their processed datasets or sheared processed datasets using the dataset download form (applicable for successfully processed datasets, both expired and unexpired).
Once users regenerate a processed dataset by clicking the regenerate button, the application will render the download email form (step 2 https://github.com/AlexsLemonade/refinebio-web/issues/196) for them to start the dataset processing for a file download.
The option to regenerate a processed dataset is available in the dataset page.
Problem or idea
e.g., The regenerate dataset button in an expired dataset:
We'll implement the regenerate option for processed datasets using
useDatasetManager
.Solution or next step