nmalkin / kpi-dashboard

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

Segment data by screen size #7

Closed nmalkin closed 12 years ago

nmalkin commented 12 years ago

Report requirement for #1 requests "buckets by screen size (mobile/tablet/desktop)".

Clarifying questions:

vthunder commented 12 years ago

I think we should have 3 buckets, mobile/tablet/desktop, based only on screen resolution.

nmalkin commented 12 years ago

@vthunder: sounds good to me, but I'm anticipating some problems in edge cases. For example, apparently the iPad's resolution is 1024x768, which is also a still-common resolution for desktops. Is there some precedent for dealing with this?

vthunder commented 12 years ago

Good point. Ok, I take it back then.

Let's circle back with Crystal, I suspect she will have an opinion on this.

nmalkin commented 12 years ago

For now, I'm doing the same thing I've done for the other segmentations: use the five most common values (pre-configured).

If we want to do something smarter, let's reopen this issue, or open a new one.