Small changes to README_coach.md
This commit is contained in:
parent
ef68995063
commit
c577db4a51
|
|
@ -141,6 +141,7 @@
|
|||
strokeState,
|
||||
heartrate,
|
||||
heartrateBatteryLevel
|
||||
|
||||
* RowingEngine.js - The Rowing Engine models the physics of a real rowing boat.
|
||||
[Physics of Rowing by Anu Dudhia](http://eodg.atm.ox.ac.uk/user/dudhia/rowing/physics)
|
||||
* averager - moving, interval and weighted
|
||||
|
|
@ -150,18 +151,23 @@
|
|||
|
||||
### Client
|
||||
|
||||
* app/server.js - entry point
|
||||
* app/client/index.js - renders a performance-dashboard component, defines a
|
||||
custom element called web-app using LitElement.
|
||||
* app/client/components/AppElement.js - Base Component for all other App
|
||||
Components.
|
||||
* app/client/components/DashboardActions.js - Component that renders the action
|
||||
buttons of the dashboard.
|
||||
* app/client/components/DashboardMetric.js - Component that renders a metric of
|
||||
the dashboard.
|
||||
* app/client/components/PerformanceDashboard.js - Component that renders the dashboard.
|
||||
* app/client/components/BatteryIcon.js - Component that renders a battery indicator.
|
||||
* app/client/components/AppDialog.js - Component that renders a html dialog.
|
||||
* server.js - entry point
|
||||
* app/client/index.js
|
||||
Main Initialization Component of the Web Component App
|
||||
renders a performance-dashboard component, defines a custom element called
|
||||
web-app using LitElement.
|
||||
* app/client/components/AppElement.js
|
||||
Base Component for all other App Components.
|
||||
* app/client/components/DashboardActions.js
|
||||
Component that renders the action buttons of the dashboard.
|
||||
* app/client/components/DashboardMetric.js
|
||||
Component that renders a metric of the dashboard.
|
||||
* app/client/components/PerformanceDashboard.js
|
||||
Component that renders the dashboard.
|
||||
* app/client/components/BatteryIcon.js
|
||||
Component that renders a battery indicator.
|
||||
* app/client/components/AppDialog.js
|
||||
Component that renders a html dialog.
|
||||
|
||||
### tools
|
||||
|
||||
|
|
@ -344,6 +350,17 @@ Currently supported:
|
|||
|
||||
Captures heart rate and ECG data from a Polar H10 heart rate monitor (proprietary BLE service). This is displayed as an ECG trace and heart rate graph over time.
|
||||
|
||||
### Android
|
||||
|
||||
### [EXR](https://play.google.com/store/apps/details?id=com.SaltyLemonEntertainment.EXR)
|
||||
|
||||
EXR | Row together Virtually Subscription: € 7,95/month
|
||||
|
||||
### [Coxwain](https://github.com/svenmeier/coxswain) [Android](https://play.google.com/store/apps/details?id=svenmeier.coxswain)
|
||||
|
||||
waterrower workout tracker,
|
||||
* [Coxwain2fit](https://github.com/inonoob/Coxswain2Fit) Convert garmin TCX export file from Coxswain android app (Waterrower) to a garmin FIT file.
|
||||
|
||||
## Requests
|
||||
|
||||
An "unlocked" PM would be such an amazing training tool.
|
||||
|
|
|
|||
Loading…
Reference in New Issue