Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualisation, Stress and Heart rate #19

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
ad84e8f
Started with a visualisation script, generating graphs with chart.js
aquatix Aug 15, 2017
b99e726
Generate data for the wellness summary graphs
aquatix Aug 16, 2017
2768bbc
Renamed to specific template
aquatix Aug 17, 2017
c1520be
Generate coloured steps graphs
aquatix Aug 17, 2017
4d788ee
Also catch 'generic' and 'none' activity levels
aquatix Aug 17, 2017
0a410fa
Reorder sleeping so it's at the beginning
aquatix Aug 17, 2017
657295c
Reverse sort: latest day at top
aquatix Aug 17, 2017
ad38d30
Show steps and floors stats
aquatix Aug 17, 2017
1fd24d9
More stats, nice glyphs (Foundation webfont)
aquatix Aug 19, 2017
19505e7
More stats
aquatix Aug 19, 2017
ff28eea
More Calories, disable animation, slight tweaks
aquatix Aug 20, 2017
e243c18
Brighter colours in the bars
aquatix Aug 20, 2017
cf4d333
Only show heart rate stats when available
aquatix Aug 20, 2017
2d3780f
Be quiet
aquatix Aug 20, 2017
b3454bf
Better alignment of the icons and text
aquatix Aug 20, 2017
69d2378
Use Font Awesome for most icons, but they don't have Feet...
aquatix Aug 20, 2017
0446e54
More Font Awesome
aquatix Aug 20, 2017
edcb77d
Documentation about Wellness data, and visualising it
aquatix Aug 20, 2017
23cb3ae
Small text fixes
aquatix Aug 20, 2017
2c7038d
Accessible icons, changed some icons
aquatix Aug 21, 2017
6c51b19
Updated chart.js, added Step Goal as line
aquatix Nov 3, 2017
7b5cfac
Whitespace fixes
aquatix Nov 11, 2017
b4fc874
Download stress level stats
aquatix Nov 11, 2017
658fd05
Download heart rate data
aquatix Nov 12, 2017
17da414
Start visualising stress and heart rate
aquatix Nov 12, 2017
624a71a
Call to parse heart rate
aquatix Nov 13, 2017
01def29
Tiny fix for import grouping/sorting
aquatix Nov 13, 2017
ed6f952
Parse and show heart rate and stress levels where availabe
aquatix Nov 13, 2017
4011cce
Stress and heart rate have their own time scale; larger graphs
aquatix Nov 13, 2017
a4d991f
Better rendering for the busy lines
aquatix Nov 13, 2017
c204cb7
Download sleep stats
aquatix Nov 13, 2017
3682aa1
Better error messages
aquatix Nov 13, 2017
8ac7ebf
Adjust GMT-based timestamps; support for sleep data
aquatix Nov 13, 2017
83d3082
Visualise sleep, needs a bit more work
aquatix Nov 13, 2017
75e601d
Lets put it in the right order
aquatix Nov 13, 2017
2179ac7
Use the GMT timestamps, seem more accurate; do not show sleep start
aquatix Nov 14, 2017
30e9243
Hide the stress chart by default (looks less busy)
aquatix Nov 14, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tiny fix for import grouping/sorting
  • Loading branch information
aquatix committed Nov 13, 2017
commit 01def29a9c27c27d334dc17adbf423a787477cf7
1 change: 1 addition & 0 deletions visualisation.py
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
import json
import os
import sys

import jinja2