Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct BMI based on age #200

Open
brodeurlv opened this issue Apr 24, 2021 · 2 comments
Open

Correct BMI based on age #200

brodeurlv opened this issue Apr 24, 2021 · 2 comments

Comments

@brodeurlv
Copy link
Owner

Hello,
There is a problem I encounter when using an app to track the kids' and teens' progress. As they continue to grow their height changes considerably over time. And there is no way to track the height along with the weight.

This results in wrong BMI calculations for past periods when the user profile is being updated with the new height. And I have also noticed that the BMI of 16.7 that is perfectly normal for kids is marked "underweight". This should be corrected, and the age is to be taken into account.

As adults typically have no need to track their height except for senior people, while kids and teens do need this feature the proposed solution is to have an option to track height along with the weight shall the user needs this.
Height tracking logically belongs to "Body Track" section but, being able to observe and enter current height in the "Weight Track" section would be a plus. There are people who routinely measure their weight and height, and having those on one page makes sense.

I believe there a quite a few people in need of this feature.
Thank you for your time and consideration.

@brodeurlv
Copy link
Owner Author

@OpenWarp,
Concerning the BMI, the official algorithm doesn't include size and age.
What you are look for is what I found as the SBMI or advanced BMI which consider age and gender but yet I haven't been able to find a simple table explaining the algorithm.
If you have some public informations, please share it with me and I will implement it.
Thanks.

@brodeurlv
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant