Sander Roosendaal
0e185f9c2f
working, not tested asynchronous OTE ranking
2017-10-26 16:39:02 +02:00
Sander Roosendaal
704d7a9128
additional choice (upload another) on upload page
2017-10-26 14:53:46 +02:00
Sander Roosendaal
336ccb1c74
show and unshow fav chart notes according user setting
2017-10-25 21:26:40 +02:00
Sander Roosendaal
8778ee7106
bug fix in fav chart formset processing
2017-10-25 17:51:31 +02:00
Sander Roosendaal
13bb60d8ec
adds check if user wants notes on flex chart
2017-10-25 17:46:46 +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
Sander Roosendaal
42d9b19a28
removed redundant code
2017-10-25 16:22:36 +02:00
Sander Roosendaal
74acd35e7a
Offline CP calculations for OTW
...
A new table in the database with precalculated CP values. The data
are updated through RQ/Celery asynchronous functions
2017-10-25 15:17:14 +02:00
Sander Roosendaal
470e809ebf
Merge tag 'v4.51' into develop
...
bug review and some new features
2017-10-25 11:32:54 +02:00
Sander Roosendaal
46a962d993
Merge branch 'hotfix/v4.51'
2017-10-25 11:32:30 +02:00
Sander Roosendaal
e3b5cc1aa8
bug fix, and some additions
...
Reviewed bug allowing database to be queried on non-existing columns.
Looks like a freak bug and code to prevent it was already in place. Not
sure what happened to trigger the bug on the production server. Wait for
another occurence, then solve.
Added Flex Chart as a button on the left panel. Added Workflow
configuration to the User Settings page
2017-10-25 11:29:19 +02:00
Sander Roosendaal
b64431933a
Merge tag 'v4.5' into develop
...
deploys Workflow page
2017-10-24 15:18:20 +02:00
Sander Roosendaal
769179044e
Merge branch 'release/v4.5'
2017-10-24 15:05:57 +02:00
Sander Roosendaal
e636c9fad3
landing page setting has verbose name
2017-10-24 08:00:56 +02:00
Sander Roosendaal
b4116a4dda
Merge branch 'feature/flexchartselectionbasic' into develop
2017-10-23 20:43:58 +02:00
Sander Roosendaal
7ce776dcc8
fix of typo in metrics.py (default flex charts)
2017-10-23 20:41:56 +02:00
Sander Roosendaal
b7e9fbaa45
Pro metrics restricted to Pro users
...
When I opened Favorite Flex CHarts to all, I overlooked that this was
opening a back door to Basic users to get to view the Pro metrics.
Corrected that now. When a Favorite Flex chart with Pro metrics is
loaded, for Basic users, the values are replaced with time (x),
pace (y1) and spm (y2)
2017-10-23 20:10:46 +02:00
Sander Roosendaal
74e924a3c1
send email to sender of unrecognized file
...
The email processing sends a notification message to the person who
sent a unrecognized file to the workouts@rowsandall.com email address.
This way, people will know that their email has worked and perhaps
stop sending 99 or more emails with the same unsupported file.
2017-10-23 08:56:10 +02:00
Sander Roosendaal
04d5df245b
Merge branch 'feature/emailprocessing' into develop
2017-10-22 16:06:23 +02:00
Sander Roosendaal
973bbb9f0b
Complete and tested email processing
...
Processed successfully individual files, zip files, unrecognized files,
zips containing unrecognized files
2017-10-22 16:04:03 +02:00
Sander Roosendaal
f36911d73b
clarify variable naming
...
I have made variable names longer to make it easier
to follow the logic of the code. Also removed a few
unused ones. Not tested for functionality, yet.
2017-10-22 14:38:37 +02:00
Sander Roosendaal
f7ab21560d
refactored, not tested
2017-10-22 13:01:16 +02:00
Sander Roosendaal
c4c9ec6460
Merge tag 'v4.34' into develop
...
hotfixed bug
2017-10-22 11:58:14 +02:00
Sander Roosendaal
22f9ed2c92
Merge branch 'hotfix/v4.34'
2017-10-22 11:56:41 +02:00
Sander Roosendaal
d7592f3c12
bug fix
2017-10-22 11:55:20 +02:00
Sander Roosendaal
a866b253a1
cleaned up processemail
2017-10-22 11:49:47 +02:00
Sander Roosendaal
e541289066
Merge branch 'feature/landingpage' into develop
2017-10-22 11:34:19 +02:00
Sander Roosendaal
dd05cf2d1b
cleaning up
2017-10-22 11:33:18 +02:00
Sander Roosendaal
f0bfb810a4
made a landing page option
2017-10-22 11:11:30 +02:00
Sander Roosendaal
ca7b02770d
Merge tag 'v4.33' into develop
...
removed NoHR TCX parser
2017-10-21 20:55:46 +02:00
Sander Roosendaal
b44034ac4e
Merge branch 'hotfix/v4.33'
2017-10-21 20:55:17 +02:00
Sander Roosendaal
db9e38c9bb
removed TCXParserNoHR
2017-10-21 20:53:06 +02:00
Sander Roosendaal
efab457fd2
Merge branch 'feature/backtoworkflow' into develop
2017-10-20 21:40:18 +02:00
Sander Roosendaal
c1626d8252
removed 2 unused files
2017-10-20 21:39:08 +02:00
Sander Roosendaal
aa01ed6221
added some explanation
2017-10-20 21:38:22 +02:00
Sander Roosendaal
157c0373fe
implemented most of Mike's suggestions
2017-10-20 21:32:37 +02:00
Sander Roosendaal
a0a3ef9f60
added basic info part to workflow middle panel
2017-10-20 20:38:29 +02:00
Sander Roosendaal
9101a5aca5
added links to workflow page
2017-10-20 20:28:03 +02:00
Sander Roosendaal
360607c999
Merge tag 'v4.32' into develop
...
simple UI for Config (working)
2017-10-20 10:23:30 +02:00
Sander Roosendaal
bd92646057
Merge branch 'release/v4.32'
2017-10-20 10:15:08 +02:00
Sander Roosendaal
f1d795e335
Merge branch 'feature/simpleworkflow' into develop
2017-10-20 08:49:17 +02:00
Sander Roosendaal
3ff3dcff82
simple config page (working)
2017-10-20 07:56:19 +02:00
Sander Roosendaal
be36e2d77f
somewhat working form config2
2017-10-19 19:00:19 +02:00
Sander Roosendaal
a9d84c4961
alternative panel config form
2017-10-18 23:41:56 +02:00
Sander Roosendaal
456e667432
Merge tag 'v4.31' into develop
...
bug fix typo defaultleftpanel
2017-10-18 19:19:56 +02:00
Sander Roosendaal
43e35835b2
Merge branch 'release/v4.31'
2017-10-18 19:19:40 +02:00
Sander Roosendaal
70758cea65
bug fix typo in defaultleft
2017-10-18 19:14:43 +02:00
Sander Roosendaal
17d52cd614
Merge tag 'v4.29' into develop
...
workflow page configuration
2017-10-18 16:42:41 +02:00
Sander Roosendaal
324ba79eb0
Merge branch 'release/v4.29'
2017-10-18 16:42:08 +02:00