-
Notifications
You must be signed in to change notification settings - Fork 54
feat: data explorer query state in url #807
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
Conversation
…feat/query-state-in-url
…feat/query-state-in-url
…feat/query-state-in-url
…feat/query-state-in-url
…feat/query-state-in-url
mfshao
left a comment
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.
very cool
|
BTW I think the export to workspace is not working in your dev env but that is probably not related to this PR |
| "file-saver": "^1.3.3", | ||
| "fuse.js": "^3.3.0", | ||
| "graphiql": "^0.13.0", | ||
| "graphiql": "~0.13.0", |
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.
latest 0.17.0 of this guy seems breaking webpack and babel 🤦 , pinning it to 0.13.x for now
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; it can be enabled with the
explorerStoreFilterInURLfeatureFlag in the portal config.Companion PRs:
uc-cdis/guppy#112
uc-cdis/gen3-ui-component#98
New Features
explorerStoreFilterInURLfeatureFlag in the portal config.