fitalyser
changes are documented in this file
- make
GChandler
public - docs: installation
- docs: how-to for working with
tableHeaders.js
; - docs: how-to for working with
GChandler
; docs: how to for working with;fitplotter
- connected with
GChandler
= Garmin Connect + handler
The working installation is:
/GChandler
/fytalyser
/fitplotter
The GChandler
is supposed to be public soon.
- on the start it opens automaticaly
myactivities/table
- Now
src/fitplotter
is not needed anymore and so removed;fitplotter
must be installed side-by-side with thefytalyser
:
/fitplotter
/fytalyser
so the changes in the fitplotter
's code make effect immediately in the fitplotter
. (Βefore src/fitplotter
and standalone fitplotter
had separated code)
- refactoring to use the same code as in the standalone fitploter;
- Added
.tkl
format (watch models: GPSmaster, navrun-500, ultrasport, etc);
- added
tableHeaders.js
for external table formatting; - Table ordering is implemented. It turns by clicking on the head of the column, thanks to rony from Russian javascript.ru/forum;
- options parsing and simple error handling in
createSummaryTable
; - added
createSummaryTable.bat
for Windows users (others can read inside to get insight); - added
myactivities
folder. For a clever Windows user, the addedcreateSummaryTable.bat
andmyactivities
must be enough to undestand how to generate the table of activities with useutlities\createSummaryTable.js
; - few minor bugs fixed;
- typos in docs are corrected;
- README.md
- CHANGELOG.md is started after reading nice source
- few utilities
utilitites/*.js
to check FIT flie and generate table are added, they need better documentation - src folder is cleaned
- index.html: better table formatting
- utilities need better diocumentation
Prototype works, needs utlitities to work with tables