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

Apply extended stages before filters in extended view #2741

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

brimoor
Copy link
Contributor

@brimoor brimoor commented Mar 7, 2023

Resolves #2710.

Applies extended stages (panel selections, similarity sorts) before sidebar filters when constructing the extended view.

In general, since view stages are applied serially in a pipeline, we may have to update the extended view logic to remember the order in which the user's operations were performed in order to produce exactly the view they are looking at.

HOWEVER, the only extended view stages that we currently use operate solely based on selecting sample/label IDs, so, for now, it's true that putting them first and then applying filters will always match what the user is looking at in the grid.

@brimoor brimoor added the bug Bug fixes label Mar 7, 2023
@brimoor brimoor requested a review from a team March 7, 2023 15:51
@brimoor brimoor self-assigned this Mar 7, 2023
@brimoor brimoor merged commit 55be8c8 into develop Mar 7, 2023
@brimoor brimoor deleted the extended-stages-first branch March 7, 2023 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Inconsistent state when selecting embeddings and filtering in the sidebar
2 participants