Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add better column control #337

Merged
merged 10 commits into from
Nov 22, 2024
Merged

Conversation

SeanLeRoy
Copy link
Contributor

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

@SeanLeRoy SeanLeRoy self-assigned this Nov 19, 2024
@SeanLeRoy SeanLeRoy marked this pull request as ready for review November 19, 2024 23:21
…nstitute/aics-fms-file-explorer-app into feature/add-better-column-control
@@ -22,7 +22,7 @@ export default function EmptyFileListMessage() {
>
 GitHub 
</a>
if you still expect there to be matches present.
if you expect there should be matches present for query.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: maybe 'for this query'?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oof will there ever be a day I don't have a typo

@SeanLeRoy SeanLeRoy merged commit 0c4a83f into main Nov 22, 2024
1 check passed
@SeanLeRoy SeanLeRoy deleted the feature/add-better-column-control branch November 22, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable controlling the columns presented when sharing query
3 participants