The 2020 Weight Loss Thread!

Status
Not open for further replies.
The leaderboard now highlights your place in the world and it ordered by the progress %
(The progress % is not ideal yet ot rank by, because my progress barriers might be very different than yours. Any math guys in the house that want to create an algorithm I can implement for us?)
2020-01-27_10-50-54.jpg
 
I would say just list it alphabetically by user.
 
But there is no fun in that :love:
I get you, but this is a support group, not a competition.

On the dash/leaderboard page on your site, make the column headers clickable, and sort per click. People can get their kicks there.
But for the exported image to use on this thread, just alphabetical I think.
 
@Thor it seems the percent progress calculation is out?
Rounding error or wrong calc?

This is what I use (from the excel sheet):
Code:
$user_stats['starting_weight'] - $user_stats['current_weight'])/($user_stats['starting_weight'] - $user_stats['goal_weight'])
 
Rounding error or wrong calc?

This is what I use (from the excel sheet):
Code:
$user_stats['starting_weight'] - $user_stats['current_weight'])/($user_stats['starting_weight'] - $user_stats['goal_weight'])
On the spreadsheet it's formatted as a percentage. So on your table you need to multiply by 100
 
Fixed

Code:
SUM(((user_stats.starting_weight - user_stats.current_weight) / (user_stats.starting_weight - user_stats.goal_weight))*100)
 
Fixed

Code:
SUM(((user_stats.starting_weight - user_stats.current_weight) / (user_stats.starting_weight - user_stats.goal_weight))*100)
Make the leader board page accessible without logging in?
 
The leaderboard now highlights your place in the world and it ordered by the progress %
(The progress % is not ideal yet ot rank by, because my progress barriers might be very different than yours. Any math guys in the house that want to create an algorithm I can implement for us?)
View attachment 774866

Amazing work Thor - well done.
Perhaps in order of grams lost - most will be aiming for more or less a kg a week?
 
Amazing work Thor - well done.
Perhaps in order of grams lost - most will be aiming for more or less a kg a week?
Not a bad idea (but I have a lot more kilos to lose so I will win becase for me to go from 140 to 120 is not as much as one guy going from 120 ro 100 and that is very different than 100 to 80.

Which makes me think the BMI with some weighted average with the percentage progress
 
@Jakkels1991 what are you doing to lose weight?

I see we are the heavies - I am gyming now, but my weight is not dropping.
 
Status
Not open for further replies.
Top
Sign up to the MyBroadband newsletter
X