Private
Public Access
1
0

using rpe to calculate trimp/tss

This commit is contained in:
Sander Roosendaal
2020-12-02 15:38:50 +01:00
parent c909c401dc
commit b6785c9376
4 changed files with 33 additions and 4 deletions

View File

@@ -2948,7 +2948,7 @@ class Workout(models.Model):
normp = models.IntegerField(default=-1,blank=True)
normv = models.FloatField(default=-1,blank=True)
normw = models.FloatField(default=-1,blank=True)
goldmedalstandard = models.FloatField(default=-1,blank=True)
goldmedalstandard = models.FloatField(default=-1,blank=True,verbose_name='Gold Medal Standard')
rpe = models.IntegerField(default=0,blank=True,choices=rpechoices,
verbose_name='Rate of Perceived Exertion')