-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Decouple insights components from URL #4329
Comments
Finally had a chance to make progress towards this. First step, #4966 fixes the final of the 4 points:
The other points are still valid:
|
Is this important to prioritize for next sprint (1.31.0 2/2)? |
There are two things still to do with this task:
Regarding priorities, I think we have worse offenders to fix. This should still get done, and should be in the list, but probably low. |
@mariusandra I believe all your recent work and particularly the huge PR merged today addresses this, so closing. But please reopen if I'm missing something. |
Currently we store the state of analytics on the URL. Each individual component (e.g. date range filter, interval filter, ...) fetches the state from the URL and updates it there. By now, we've realized this presents quite a few complications:
We need to think about how best to handle this, but ideally we would store the state someplace else. We might need to store states in the backend too to create reusable URLs.
Additional context
The text was updated successfully, but these errors were encountered: