AlexsLemonade / refinebio-web

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

Fix: Include the aggregate and skip QN options in one-off experiment download modal for some experiments #282

Closed nozomione closed 11 months ago

nozomione commented 11 months ago

Context

Related Issue: https://github.com/AlexsLemonade/refinebio-web/issues/175 (closed) Related PR: https://github.com/AlexsLemonade/refinebio-web/pull/216 (merged)

There was an error in the "Download All Samples Now" modal UI implementation for the one-off experiment download.

The form should include the following options:

Problem or idea

We should render the necessary options in one-off experiment download form.

e.g. ) Include the QN option for experiments w/ RNA-seq techonology:

Screenshot 2023-11-13 at 5 09 11 PM

Exclude the QN option for experiments w/o RNA-seq technology:

Screenshot 2023-11-13 at 5 09 18 PM

Solution or next step