Closed georgiamoon closed 4 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
This can be accomplished by changing the UI display from months to quarters and setting the query string to bin by quarter.
@georgiamoon @meagdoh I'm putting some notes here on what I've been working on for this issue.
Summary of Work:
piecewise_web/mlab.js
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?