Closed nmalkin closed 12 years ago
If the user requests data for a particular date range, and we already have that data (e.g., user wants to see June, and we're displaying May through July right now), there's no reason to issue a new request to the server and re-download that data.
This would entail relatively significant changes in how the data is handled and reduced, so de-prioritizing this for now.
If the user requests data for a particular date range, and we already have that data (e.g., user wants to see June, and we're displaying May through July right now), there's no reason to issue a new request to the server and re-download that data.