Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ZakirG
Copy link
Contributor

@ZakirG ZakirG commented Mar 4, 2021

Jira Ticket: https://ctds-planx.atlassian.net/browse/PXP-7517

This PR supports loading and unloading Data Explorer state to and from a URL. The feature currently supports only single-select and range filters. This feature is disabled by default; see uc-cdis/data-portal#807 for more information.

Companion PRs:
uc-cdis/data-portal#807
uc-cdis/gen3-ui-component#98

New Features

  • Data Explorer state can now be loaded and unloaded to and from the page URL.

Copy link
Contributor

@mfshao mfshao left a comment

Choose a reason for hiding this comment

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

logically LGTM in general, did you test the and/or toggle feature as well?

also don't forget to update the version number

Dockerfile Outdated
&& apt-get install -y --no-install-recommends nodejs \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& npm i -g [email protected]
Copy link
Contributor

Choose a reason for hiding this comment

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

let's do this the same way as you have done for Portal, put npm to 7.8.0 and set maxsockets value

package.json Outdated
"dependencies": {
"@elastic/elasticsearch": "^7.0.0-rc.1",
"@gen3/ui-component": "^0.7.0",
"@gen3/ui-component": "git+https://github.com/uc-cdis/gen3-ui-component.git#feat/query-state-url",
Copy link
Contributor

Choose a reason for hiding this comment

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

remember to change this

@ZakirG ZakirG merged commit d991d36 into master Apr 13, 2021
@ZakirG ZakirG deleted the feat/query-state-in-url branch April 13, 2021 17:27
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.

3 participants