An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
Creates a page (web only) to display internal & external publicly available datasets that users can load into the app.
Replicates the Dataset Page document in Figma. Points to dataset manifest in BioFile Finder S3 bucket (production)
Changes
Created page for dataset route, plus supporting components for the table itself
Created dataset details panel that appears when a dataset is selected
Able to load datasets directly from the dataset table or panel into the app
Added logic to state to use the existing Database Service (to DuckDB). This part is definitely worth looking at again; I tried to reuse existing logic, but there are some things that I think make sense to keep separate (e.g., dataset manifest source should not be considered a data source in the app, so service should return null if there isn't a manifest found)
Description
Creates a page (web only) to display internal & external publicly available datasets that users can load into the app. Replicates the Dataset Page document in Figma. Points to dataset manifest in BioFile Finder S3 bucket (production)
Changes
Testing
Manually & unit tests
Screenshots
closes #101