nmalkin / kpi-dashboard

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

No new requests until date slider stops moving #25

Closed nmalkin closed 12 years ago

nmalkin commented 12 years ago

Would reduce the number of requests to the server, make for better interaction, match users' intent.

nmalkin commented 12 years ago

Alternately, if we were to stick with issuing a request every time the slider moves, we need to provide a mechanism to make sure older requests don't override newer ones (because they were processed later) — I've already observed this happening.

nmalkin commented 12 years ago

In any case, we should be smarter about when we issue requests: see issue #26.