AllenInstitute / biofile-finder

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.
https://biofile-finder.allencell.org/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Feature/add better column control #337

Closed SeanLeRoy closed 6 days ago

SeanLeRoy commented 1 week ago

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