Commit Graph

251 Commits

Author SHA1 Message Date
Mark Liversedge
4d19c170d7 Training Planning Development Starts
.. added coaching notes

.. added new planning widget to trends view (for now)

.. no functionality, just kicking off the next 2 weeks of coding.
2016-12-17 13:40:35 +00:00
Mark Liversedge
00bafe59e7 User Flow Doc Update 2016-12-17 12:13:44 +00:00
Mark Liversedge
0461de27bc Today's Plan API documentation
.. for upload / download
2016-12-14 14:53:56 +00:00
Mark Liversedge
cc9c089e8f User Personas Document - Athlete
.. as a result of the user survey.
2016-12-08 13:15:42 +00:00
Mark Liversedge
ea56ac96c3 Update User Flow UX4
.. two key personas coach/athlete now have their own dashboard

.. coaches can jump to athletes dashboard, but not vice versa
2016-12-07 19:26:31 +00:00
Mark Liversedge
dbedd2979f Updates to User Flow
.. flows between overviews and train view charts.
2016-12-06 16:44:59 +00:00
Mark Liversedge
73fedf4374 Edraw Navigation Flow for UX4
.. first draft as a edraw diagram.
2016-12-06 12:46:48 +00:00
Mark Liversedge
46db89cba2 Update UX4 design doc
.. add training planning chart view

.. but not showing phases settings, workout selection or calendar view.
2016-12-05 16:57:23 +00:00
Mark Liversedge
6245f3752a Update UX4 design doc
.. now have chart and chart settings concepts.
2016-12-03 13:12:47 +00:00
Mark Liversedge
4858627403 Update UX4 Design Doc
.. to put into separate pages
2016-12-02 15:57:13 +00:00
Mark Liversedge
caf90020ca Axure Design Concepts for V4
Navigation concepts, still work to be done on aesthetics and completeness, but a start for discussion.
2016-12-02 14:47:25 +00:00
Mark Liversedge
6d7242e02f Flyer for V3.4
.. just a one page overview of whats new in 3.4
   to use in the what's new tutorial.
2016-11-13 11:51:59 +00:00
Alejandro Martinez
da96feb6c3 Added postprocess(processor, filter) function to formulas
to run an specific Data Processor, even if not configured to run
automatically on import, over existing activities which pass the
filter expression using configured parameters.
Fixes #2037
2016-08-07 17:33:30 -03:00
Alejandro Martinez
3ef6b932dd Added autoprocess(filter) function to formulas
to run Data Processors configured to run automatically on import
over existing activities which pass the filter expression
Fixes #2037
2016-08-05 20:39:52 -03:00
Mark Liversedge
c4122acb12 Sketch of Planning UX
Need to think through how each of the pieces interact with each other, but this is a basic view of a planning widget.
2016-07-30 12:09:51 +01:00
Alejandro Martinez
e71edb94f6 Added bestime(km) to formulas
To have a general way to track best times for non stardard
distances in Metrics Trends charts and User Defined Metrics.
2016-07-14 15:13:33 -03:00
Mark Liversedge
a660a3c328 R Chart Screenshot for Wiki 2016-05-05 18:06:15 +01:00
Mark Liversedge
20263f276a R Video gif for wiki
So we can add a link to vimeo on the wiki
2016-05-05 16:00:17 +01:00
Mark Liversedge
7fefef36eb Wiki R Chart
.. a bubble chart for the wiki
2016-05-05 11:33:31 +01:00
Mark Liversedge
9c1c7f560d R remove out of date docs/utils
.. since we don't need RInside/Rcpp now.

[skip ci]
2016-04-29 09:14:59 +01:00
Mark Liversedge
3b8e2070bf Add RInside Developer Instructions
... see doc/user/RInside.txt
2016-04-11 15:44:31 +01:00
Mark Liversedge
f941a555a6 UML Future Chart Update
.. using Visual Paradigm 13.0
2016-02-27 10:12:05 +00:00
Mark Liversedge
01f7e4d599 Future Chart Design Update
.. simplified a little.
2016-02-26 17:52:45 +00:00
Mark Liversedge
4b5201c4c5 Restructure source directory
Introducing a directory structure to make it a bit less
daunting for new developers and perhaps even old hands.

The main folders all start with an upper character, so src
files are now located in;

* Core - Core data structures
* Gui - Main GUI elements
* Metrics - Models and Metrics
* FileIO - Device and File I/O
* Charts - All the chart types
* Cloud - Working with Web Resources
* Train - Anything Train View specific
* ANT - Our ANT+ Stack
* Resources - Images, Translations, Web etc

Apologies to anyone who needs to merge across this update.
2016-02-25 14:51:53 +00:00
Mark Liversedge
cd1934dd36 UML Design Future Chart
.. using scatter plot of metrics as a basis to develop a class
   hierarchy to replace all chart 'types' by a single suite of
   classes

.. this is to enable easier additions of features like interval
   analysis and UX as well as greater consistency (data that is
   available, functions etc)

.. but for v4.0 we will just use this to introduce a scatter plot
   for the trends view and develop it further in v4.1

.. this is the initial class design.
2016-02-25 10:38:37 +00:00
Daniel Besse
d67e158134 cTSS mathematical proof
.. outlines the mathematical proof for the x/y exponents of 4 and 1
2016-02-20 17:06:53 +00:00
Mark Liversedge
06d4f2f351 Mockup User Metric Dialog
.. add a png for those that don't have balsamiq
2015-12-08 18:07:10 +00:00
Mark Liversedge
97b4d54d6e Mockup for User Metric Dialog
.. Balsamiq mock.

.. note the use of "special" symbols in the code
   to introduce blocks of code that will be called
   at certain points, these will need to be aligned
   to the RideMetric class but limited to those
   attributes that are activity specific

   isRelevantForRide()
   initialize()
   compute()
   setValue()
   setCount()

   we may want to add other attributes like aggregate
   zero and lowerisbetter to the dialog too.
2015-12-08 18:00:19 +00:00
Mark Liversedge
30d1127b4e Add Italian and German sites
.. to the announce list
2015-12-04 08:40:06 +00:00
Mark Liversedge
acfd653641 Sites to post announcements to 2015-12-03 13:30:05 +00:00
Mark Liversedge
f4593dbc7f Document REST API endpoints
.. need to add more narrative

[skip ci]
2015-11-28 09:18:21 +00:00
Mark Liversedge
24a4bee93a More missed functions
.. defined in lexer so missed in code scan

[skip CI]
2015-11-27 21:17:23 +00:00
Mark Liversedge
4213b80dfd Missed off formula methods
[skip CI]
2015-11-27 21:11:34 +00:00
Mark Liversedge
55ee31352d Formula Syntax
.. list of valid expressions, need to document them and
   add to the goldencheetah.org website.

[skip CI]
2015-11-27 20:57:16 +00:00
Joern
5a6c8fcedd Wiki - Screenshots 3.3 Update
... first set
2015-11-10 19:12:16 +01:00
Mark Liversedge
708e118536 Computrainer Serial Protocol Docs
.. should have added this a long time ago!
2015-05-17 15:31:00 +01:00
Mark Liversedge
8cf97b96a8 WKO+ 3 File Format Documentation
.. should have added to the repo a long time ago.
2015-05-17 15:26:20 +01:00
Joern
679ebfff85 Update Wiki
... 3.2 Screenshots
2015-02-28 09:35:39 +01:00
Joern
44183a0247 Update Wiki
... some screenshots
2015-02-08 18:24:53 +01:00
Joern
bca3723106 Wiki: Terminology:Ride->Activities -
... update filenames so that fit to the updated Wiki documents
2015-01-30 17:44:23 +01:00
Joern
048a6e76cc Wiki Update
... corrected pictures
2015-01-26 18:44:22 +01:00
Joern
1fb4ed0335 Wiki 3.11 Update
... Preferences / Athlete
2015-01-20 18:47:05 +01:00
Joern
44a23212ce Wiki - Update 3.11
... new and updated Screenshots for 3.11
2015-01-16 18:52:05 +01:00
Mark Liversedge
377e85d3a3 RideCache TODO Documentation
.. need to think about the remaining (existing)
   problems related to refresh and not ridecache.
2014-12-31 19:55:09 +00:00
Mark Liversedge
c4e1257774 Fixup Appearances check on Mac
.. where we don't have config for scrollbars and headings.
2014-12-31 16:16:20 +00:00
Mark Liversedge
0672ab7e31 Merge pull request #1207 from Joern-R/help
Update "WhatsThis" - help
2014-12-29 16:59:20 +00:00
Mark Liversedge
ff0c96c3d4 Refresh Events Documentation
.. start to document the events that wil require
   a refresh, but doesn't describe the 'refresh'
   that is needed (e.g. data, metric, cache, chart)
2014-12-28 22:09:26 +00:00
Joern
2314a9ed7d Update "WhatsThis" - help
.. add short texts and make translatable
.. first 3.11 Wiki .jpg changes
2014-12-24 14:06:08 +01:00
Joern
55aa00f2c4 Wiki - Correction - Help About
... New Picture "Help-About" to document the Athlete Library Path
2014-10-24 18:30:58 +02:00
Mark Liversedge
323486badc Added Motor Units to the science doc 2014-08-25 15:16:49 +01:00