-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Add modal component that allows users to select the visualization they want to launch after selecting their file(s).
Additionally, add the logic for validating the file type against the allowed visualizations (i.e. you can only launch certain visualizations for certain file types --> Specifically, ONLY BAM for IOBIO).
Please see mockups for UX details.
Expected Outcomes:
- Modal component is implemented and can be launched after selecting files and clicking
Visualization
button - Logic is implemented to only allow certain visualizations to be launched by certain file types (e.g. ONLY BAM for IOBIO)