AlexsLemonade / refinebio-web

Refinebio Web
https://staging.web.refine.bio
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Implement regenerate dataset feature in UI using useDatasetManager #197

Closed nozomione closed 1 year ago

nozomione commented 1 year ago

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: Screenshot 2023-09-20 at 12 06 57 PM

We'll implement the regenerate option for processed datasets using useDatasetManager.

Solution or next step