added kfit and kfatigue to profile page
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
console.log(data);
|
||||
// var parsedJSON = $.parseJSON(data); //
|
||||
$("#id_script").replaceWith('<div id="id_script">'+data.script+'</d'+'iv>');
|
||||
$("#id_chart").replaceWith('<div id="id_chart">'+data.div+'/d'+'iv>');
|
||||
$("#id_chart").replaceWith('<div id="id_chart">'+data.div+'</d'+'iv>');
|
||||
console.log('done');
|
||||
}
|
||||
});
|
||||
@@ -109,6 +109,12 @@
|
||||
on the left. The model balances out after a few weeks of regular training, so don't
|
||||
make this chart shorter than a few months.
|
||||
</p>
|
||||
<p>
|
||||
The time constants used in generating this performance chart were
|
||||
a fitness decay constant of {{ rower.kfit }} days
|
||||
and a fatigue decay constant of {{ rower.kfatigue }} days.
|
||||
You can change these values in your <a href="/rowers/me/preferences/">Profile Settings</a>.
|
||||
</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user