Tuesday, June 8, 2010

New Module BMI contributed to Drupal

In one of the projects, there was an requirement where user can input the weight and height and system will give the BMI value. I looked out for drupal modules and did not see anything available which meets my requirement.

I googled to check the functionality of BMI and i got few links which calculates the BMI. The forms are very simple with texboxes to enter weight and height and dropdown to select the unit values. Once the user enter the values and click submit, the BMI values displays and there is some text explaining the meaning of that value.

Initially i thought of just putting this in my custom module and provide the required functionality. But considering scalability in mind, i decided to write a separate module. Then later i have provided settings functionality where admin can mention the text for each BMI value and contributed the module to the community.

The project is available on durpal at this link http://drupal.org/project/bmi

Thank you all for reading the post. Please review the module and provide your comments.