-
Couldn't load subscription status.
- Fork 0
[ALS-9754] Add OR clauses and groupings for filters #554
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
base: v3
Are you sure you want to change the base?
Conversation
| Prepare for Analysis | ||
| </button> | ||
| </div> | ||
| <button |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably remove this now
| {#each $filters as filter} | ||
| <FilterComponent {filter} /> | ||
| {/each} | ||
| {#each $genomicFilters as filter} | ||
| <FilterComponent {filter} /> | ||
| {/each} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a huge fan of breaking out genomic filters. I think we will need all filters to be in the same list in the future. Its probably fine for MVP though.
| values?: string[], | ||
| ): CategoricalFilterInterface { | ||
| const filter: Filter = { | ||
| parent: undefined, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needed?
| export function createRequiredFilter(searchResult: SearchResult) { | ||
| export function createRequiredFilter(searchResult: SearchResult): CategoricalFilterInterface { | ||
| const filter: Filter = { | ||
| parent: undefined, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needed?
Uh oh!
There was an error while loading. Please reload this page.