Sander Roosendaal
66452b44c0
bug fix and additional filtering for spm<0
2018-03-02 10:37:24 +01:00
Sander Roosendaal
142391f90a
replaced ix with iloc
2018-02-26 16:55:28 +01:00
Sander Roosendaal
57eee137ce
added weighted average - rScore now uses weighted average
2018-02-24 14:23:48 +01:00
Sander Roosendaal
706ffc90fd
changed startdate, time ordering to startdatetime ordering in join
2018-02-15 08:52:40 +01:00
Sander Roosendaal
ae0e0650e8
TSS calculation now always includes rest strokes
2018-02-13 08:18:17 +01:00
Sander Roosendaal
cd96820985
bug fixes
2018-02-12 08:22:33 +01:00
Sander Roosendaal
6ff73c44c4
improved date behavior for cloning
2018-02-08 23:11:26 +01:00
Sander Roosendaal
a60bba671e
working on low level plannedsession
2018-02-05 13:49:59 +01:00
Sander Roosendaal
a5aa6d65f5
bug fix flex chart
2018-01-20 10:04:32 +01:00
Sander Roosendaal
0d1be41e6e
c2stuff.create_async_workout start
...
works but is not async yet
2018-01-19 13:14:23 +01:00
Sander Roosendaal
30a325d0f5
updatefitnessmetric as middleware
2018-01-17 18:27:59 +01:00
Sander Roosendaal
40813c4a0e
db insertion through sql now working
2018-01-17 16:54:28 +01:00
Sander Roosendaal
5c0eeca049
Merge tag 'v5.54' into develop
...
hotfix
2018-01-14 20:40:40 +01:00
Sander Roosendaal
29612adc8b
small bugfix index in dataprep
2018-01-14 20:33:25 +01:00
Sander Roosendaal
22eb1c0f9a
added filtering on OTW efficiency < 200
2018-01-09 08:48:10 +01:00
Sander Roosendaal
275124976d
Basic ranking page now uses only workouts marked as ranking pieces
2018-01-04 21:52:24 +01:00
Sander Roosendaal
c8f12ccc97
fixed AttributeError in dataprep (getsmallrowdata_db)
...
The rdata function returning a number instead of an object leads to
additional code in other parts of the software. Should consider changing
it to return an "empty" rowingdata object.
2018-01-03 13:00:21 +01:00
Sander Roosendaal
1a18f033b4
Merge tag 'v5.34' into develop
...
hotfix
2017-12-13 19:29:09 +01:00
Sander Roosendaal
c6fe8ca705
hotfix averaring in dataprep
2017-12-13 19:13:26 +01:00
Sander Roosendaal
228ea8f980
charts age decline of 2k power per weight/sex group
2017-12-12 18:01:06 +01:00
Sander Roosendaal
7d0586b530
fixed email unrecognized, removed unit from TRIMP
2017-12-10 15:35:35 +01:00
Sander Roosendaal
e47ccc191f
bug fix in addmanual
2017-12-09 11:33:35 +01:00
Sander Roosendaal
1140c67469
reads excel template workout summary
2017-12-07 14:40:24 +01:00
Sander Roosendaal
21b8f9b22f
bug fix
2017-12-01 17:07:28 +01:00
Sander Roosendaal
519effd8c2
bug fix
2017-12-01 09:56:15 +01:00
Sander Roosendaal
a80df03d60
additional metrics are available in flex chart
2017-11-29 13:26:29 +01:00
Sander Roosendaal
4e5b661923
first bit of plotting extra metrics
...
Need to look at the data duplication - where does it come from
2017-11-28 23:12:32 +01:00
Sander Roosendaal
dddbcad037
changed reading of non painsled to get better data
2017-11-27 10:39:15 +01:00
Sander Roosendaal
ec3a9700a5
inheritance in gluing
2017-11-26 08:32:47 +01:00
Sander Roosendaal
b1c642c968
join works
2017-11-23 17:19:17 +01:00
Sander Roosendaal
618e64579c
join working but needs improvement (form with title)
2017-11-22 18:06:45 +01:00
Sander Roosendaal
ec287cc4b5
manually adding ranking pieces works
2017-11-18 17:38:01 -07:00
Sander Roosendaal
b21c0c122f
manual workout form - datetime is 48 years off
2017-11-18 17:03:18 -07:00
Sander Roosendaal
ebc7ff7e8a
fixes bug in import all
2017-11-16 08:00:45 -06:00
Sander Roosendaal
9e636ccd67
more robust for parser errors
2017-11-10 14:10:42 +01:00
Sander Roosendaal
bb77efb6fc
bug fix javascript upload
2017-11-10 13:56:04 +01:00
Sander Roosendaal
1489e9c47a
checks email for uniqueness upon change
2017-11-08 13:19:25 +01:00
Sander Roosendaal
9561245756
zip file now with enumerated workout title
2017-11-07 16:09:37 +01:00
Sander Roosendaal
9ea2720dc9
recognizes and refuses kml (through email)
2017-11-06 17:06:05 +01:00
Sander Roosendaal
657e9e9cd0
has "Make Ranking" on left panel workflow page
2017-11-03 13:39:53 +01:00
Sander Roosendaal
c974927192
processes files > 1 MB offline
2017-11-02 15:53:54 +01:00
Sander Roosendaal
c871d69097
emailprocessing stops in a controlled way
2017-11-02 10:27:05 +01:00
Sander Roosendaal
b17cf3d6dd
sets own job ID on RQ jobs in production
2017-11-02 08:32:55 +01:00
Sander Roosendaal
0949b3cec9
hotfix - check for nan in dataprep windowsize
...
f could get value NaN. Added is not np.isinf()
2017-10-31 07:48:41 +01:00
Sander Roosendaal
6b793724ed
redis monitor for CP update jobs
...
Stores job id in a cookie. Upon reload, checks if job is still busy. If
busy, no new jobs are started. Some messaging for users to give them
information about the job status.
2017-10-27 11:52:47 +02:00
Sander Roosendaal
32efe6b7eb
bug fix hopefully
2017-10-26 23:16:15 +02:00
Sander Roosendaal
29243516ae
does Alternative OTE ranking
...
added an OTE ranking piece calculator based on manually added ranking
instead of automatically detected ranking
2017-10-26 22:53:02 +02:00
Sander Roosendaal
0e185f9c2f
working, not tested asynchronous OTE ranking
2017-10-26 16:39:02 +02:00
Sander Roosendaal
6a4eb4583c
show Flex Chart notes on Flex Chart page
2017-10-25 17:44:06 +02:00
Sander Roosendaal
ae520e346f
skips CP calculation when OTW workout has no power data
2017-10-25 16:49:38 +02:00