mybuddy/reports
Christopher Charbonneau Wells 490e07c381 Handle utc offset changes (daylight savings) in the Sleep Patterns graph.
This change simply adjusts the size of the bar in the graph if an offset change happened between a sleep entry's start and end date.
2017-11-07 06:23:19 -05:00
..
graphs Handle utc offset changes (daylight savings) in the Sleep Patterns graph. 2017-11-07 06:23:19 -05:00
migrations Create skeleton of reports app. 2017-08-21 19:22:03 -04:00
static_src/scss Linting fixes. 2017-10-22 15:05:58 -04:00
templates/reports Display a message when there is not enough data to generate a report. 2017-10-27 20:46:48 -04:00
tests Add reports tests. 2017-10-25 10:48:33 -04:00
__init__.py Create skeleton of reports app. 2017-08-21 19:22:03 -04:00
urls.py Change reports URLs to extend from /children/<slug>. 2017-10-20 10:21:50 -04:00
utils.py Refactor reports graphs in to separate files. 2017-11-03 23:03:24 -04:00
views.py Use localdate() instead of now() for default Timeline view date. 2017-10-30 20:58:12 -04:00