After a user submits the download email form (https://github.com/AlexsLemonade/refinebio-web/issues/196) to begin processing a dataset, the application will display the "Your dataset is being processed" view with the user's entered email address.
Problem or idea
The "Your dataset is being processed" view:
(NOTE: When a user's customized dataset (in "My dataset") is selected, the application will remove the stored dataset ID associated with it in localStorage. Since a dataset can no longer be modified once processing has started.
We'll implement the "Your dataset is being processed" view following the submission of the download email form.
Solution or next step
Implement the "Your dataset is being processed" view
Create any sub-components or helpers as necessary
Clean up any mock data or temp code blocks created for demo
Context
After a user submits the download email form (https://github.com/AlexsLemonade/refinebio-web/issues/196) to begin processing a dataset, the application will display the "Your dataset is being processed" view with the user's entered email address.
Problem or idea
The "Your dataset is being processed" view:
(NOTE: When a user's customized dataset (in "My dataset") is selected, the application will remove the stored dataset ID associated with it in localStorage. Since a dataset can no longer be modified once processing has started.
We'll implement the "Your dataset is being processed" view following the submission of the download email form.
Solution or next step