nmalkin / kpi-dashboard

dashboard for visualizing key performance indicators for Mozilla Persona
7 stars 4 forks source link

Avoid unnecessary requests: use already-downloaded data #26

Closed nmalkin closed 12 years ago

nmalkin commented 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.

nmalkin commented 12 years ago

This would entail relatively significant changes in how the data is handled and reduced, so de-prioritizing this for now.