m-lab / piecewise

A customizable online survey tool for running NDT tests.
Apache License 2.0
12 stars 9 forks source link

Aggregate by quarter instead of by month #90

Closed georgiamoon closed 4 years ago

georgiamoon commented 8 years ago

I forget if we can do this already, but if not we should when we know we don't have as much data in certain locations -- change the time aggregations to quarters or years, etc, or remove the timeline and just show all the data we know about.

If this is possible, then let's document it?

georgiamoon commented 7 years ago

@dwins sent me this: https://www.postgresql.org/docs/9.6/static/functions-datetime.html#FUNCTIONS-DATETIME-TRUNC

which means we could change the default to quarters! something to look at as part of the #mozsprint

critzo commented 7 years ago

This can be accomplished by changing the UI display from months to quarters and setting the query string to bin by quarter.

critzo commented 7 years ago

@georgiamoon @meagdoh I'm putting some notes here on what I've been working on for this issue.

Summary of Work: