-
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
Data Exploration Insights #84
Comments
This was referenced Jan 11, 2023
This was referenced May 30, 2023
Merged
Merged
Closing this in favor of #130 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue captures the current state of data exploration for insights.
Priorities
<Query />
nodes / make queries work on debug pagePrio 1: Make refresh work as expected
There are at least two unrelated issues related to refreshes:
See the list of this issue and verify they are working after fixing the above:
Prio 2: Remove legacy code
dataNodeLogic
setFilters
?loadResults
Longlist of things to clean up (not necessarily now)
compareFilters
withcompareQuery
and make the function robust wrt defaults and undefined valuescomparyQuery(a,b, defaults)
formula: ''
vs.formula: undefined
,layout
,hidden_legend_keys
,show_legend
isTrendsFilter
orisFilterWithDisplay
filtersToQueryNode
,queryNodeToFilters
, etc. in as many places as possiblecleanFilter
functionbreakdown
tobreakdownFilter
date_from
todateFrom
or more generally agree on camel or snake caseThe text was updated successfully, but these errors were encountered: