[chronojump] Added TODOs to exportSession



commit cae5f995adf044eeb281a966507ba4fe12f4bd70
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Dec 2 18:44:56 2014 +0100

    Added TODOs to exportSession

 src/exportSession.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/exportSession.cs b/src/exportSession.cs
index 54bcc90..9b7644e 100644
--- a/src/exportSession.cs
+++ b/src/exportSession.cs
@@ -354,6 +354,8 @@ public class ExportSession
                        else
                                weightName += " Kg";
 
+                       //TODO: add power
+
                        //if show subjumps show this every time, else show only one
                        if(isFirstHeader || showSubjumps) {
                                myData.Add( "\n" + 
@@ -421,6 +423,9 @@ public class ExportSession
                                        );
                        
                        if(showSubjumps) {
+                               //TODO: add here all the calculations on all the parameters. eg. initial 
speed, power, ...
+                               //rewrite all
+
                                writeData(myData);
                        
                                myData = new ArrayList(1);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]