Releases: pgalko/athlete_data_warehouse
Releases · pgalko/athlete_data_warehouse
v1.1.1
Added functionality to download metrics from Stryd foot pod. The data is extracted from Garmin .fit files.
v1.1.0
Changes to the code to allow for current day's (incomplete day) wellness data to be downloaded. Previously the download would end with yesterday's (complete) data.
v1.0.9
Changes to the code to allow the app to run as a docker container. "Dockerfile" and "docker-compose.yml" added to the repo and image built and pushed to Docker Hub.
v1.0.8
Enables integration of Pg_Web and Apache-Superset for data exploration and visualisation.
v1.0.7
Consolidated summary (day) and streams (minute) db views added. This is to tie together the data from different tables and present it in a consolidated form.
A few bug fixes.
v1.0.6
Functionality added to download/insert custom data from CSVs. Table column names, datatypes and other details derived from the csv data and SQL generated on the fly.
v1.0.5
Strava API integration - Oauth and DB Sync.
User authentication, access and refresh tokens retrieval, tokens encryption and storage. Added code to connect to Strava API, and download and insert to DB all activity data for the selected timeframe.
Also few bug fixes, and general clean-up
v1.0.4
UI overhauled to a less cluttered and confusing.
User login section has been added to move away from using GC username as a user identifier across the app. Now if the user wants to only download OuraRing data he/she does not have to have a valid GC account to do so.
Bug fixes.
v1.0.3
OuraRing API integration_step2 - DB Sync
Added code to connect to Oura API, and download and insert to DB, sleep, activity and readiness data for the selected timeframe.
Also few bug fixes, and general clean-up
v1.0.2
OuraRing API integration Step1 - Oauth
User authentication, access and refresh tokens retrieval, tokens encryption and storage