Top Banner
Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana Castrillon Haroon Chohan Ahmed Farooq Kevin Flynn
15

Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

Dec 23, 2015

Download

Documents

Mariah Rogers
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

Body Mass Index Calculator

CS 633 – Distributed Software Development

Prof. Eric BraudeFacilitator Bryan Halter

Group 2

Adriana Castrillon Haroon Chohan

Ahmed Farooq Kevin Flynn

Page 2: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

High Level Requirements

• The Adult BMI Calculator (application) will provide a GUI for the user

• The applications GUI will have a tabular structure containing Calculator, Legend, Resources, About, and Contact Us tabs

• A user can switch between these tabs at any time with no further input than a mouse click

Page 3: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

High Level Requirements (contd.)

• The application must allow users to calculate their body mass index (BMI)

• The application will require a height and weight input

• The application will output the calculated BMI in the BMI field located in the GUI

• The application will display a legend on the legend tab that will allow a user to easily determine their BMI category

Page 4: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

High Level Requirements (contd.)

• The application will be a standalone executable that can only be run on the x86 Windows platform

• The application will be no larger than 1MB in size and require no more than 1MB of RAM

• The application must be available 24/7

Page 5: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

Optional High Level Requirements

• The application will calculate child and teen BMI by including age and gender information into the calculation

• Users can input waist circumference and gender to determine risk based upon BMI results

• Based on BMI results, the application will suggest dietary intake information to obtain ideal BMI

Page 6: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

Screen Shots BMI Calculator

Page 7: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

Screen Shots BMI Calculator Calculate

Page 8: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

Screen Shots BMI Calculator Legend

Page 9: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

Screen Shots BMI Calculator Resources

Page 10: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

Screen Shots BMI Calculator About

Page 11: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

Screen Shots BMI Calculator About Us

Page 12: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

Screen Shot BMI Calculator Calculate/Normal

Page 13: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

Screen Shot BMI Calculator Legend/Normal

Page 14: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

Screen Shot BMI Calculator Calculate/Underweight

Page 15: Body Mass Index Calculator CS 633 – Distributed Software Development Prof. Eric Braude Facilitator Bryan Halter Group 2 Adriana CastrillonHaroon Chohan.

Screen Shot BMI Calculator Legend/Underweight