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.
Users have wanted to control which columns are shown in shared queries for a while. This adds them to the query arguments decoded/encoded.
While I was in here I noticed the columns & file view were tracked in multiple pieces. I added an interface and enum (respectively) to capture those pieces of information more simply.
Testing
Tested against AICS FMS, cloud hosted, and local data sources
Description
Users have wanted to control which columns are shown in shared queries for a while. This adds them to the query arguments decoded/encoded.
While I was in here I noticed the columns & file view were tracked in multiple pieces. I added an interface and enum (respectively) to capture those pieces of information more simply.
Testing
Tested against AICS FMS, cloud hosted, and local data sources
Related Issue
Resolves #329