Changes
We've succeeded in shortening our URLs by adding the ability to hash the states stored in it. Eventually we will remove even these from the URL. Let's identify parts of the visualization state which are appropriate for putting back into the URL by asking:
- Are any parts of the vis state which are very useful when surfaced as query params in the URL? For example, refreshInterval and timePeriod, which could be useful when programmatically building URLs.
- Are these parts of the vis state safe to put in the URL, i.e. is there any possibility they will grow so long as to trigger our IE URL length bug?
Changes
We've succeeded in shortening our URLs by adding the ability to hash the states stored in it. Eventually we will remove even these from the URL. Let's identify parts of the visualization state which are appropriate for putting back into the URL by asking: