-
Notifications
You must be signed in to change notification settings - Fork 4
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
[HCA DX] Filter by atlas #3341
Comments
Hi @MillenniumFalconMechanic! Should the new Atlases column be visible by default, or should it be hidden? |
Also, since the filters on the mock don't match the current groups present on the dev site, what |
Hi @jpaten, thank you for these q's! I have updated the task description above. |
Hi @frano-m, can you add what is blocking this on the ticket? Thanks! |
Need
Add an
Atlas
filter andAtlas
column to the project index page.Approach
See mocks:
termFacets.tissueAtlas
in the/projects
response from Azul.hits.projects.tissueAtlas
in theprojects
response from Azul; display as${tissueAtlas.atlas} ${tissueAtlas.version}
.Atlas
andBiological Network
to this group.Altas
(notAtlases
in current branch).${atlas} ${version}
values pulled fromtissueAtlas
.filters={"tissueAtlas":{"is":[{"atlas": "Lung", "version": "v1.0"}]}}
(and not the standardfilters={"tissueAtlas":{"is":["Lung"]}}
). For example, this request.Notes
jonah/3341-hca-dx-filter-by-atlas
branch with corresponding draft PR. (See Slack.)The text was updated successfully, but these errors were encountered: