AlexsLemonade / refinebio-web

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

Implement the dataset is being processed view in UI after submission of the download email form #200

Closed nozomione closed 1 year ago

nozomione commented 1 year ago

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.

Screenshot 2023-09-25 at 1 15 05 PM

We'll implement the "Your dataset is being processed" view following the submission of the download email form.

Solution or next step