meta data for this page
  •  

This is an old revision of the document!


Project Name: Healthy you

Team members: Ashkan Yaldaie, Nawrin Binte Nawab, Gulshan Kundra

About the application

Currently, people are more conscious about their health. Though they are thinking about their health but they do not know the current and future state of their health. This application will calculate the Body Mass Index (BMI) based on individual’s height and weight, displays the status of health and recommend to set the goals to recover the health if required. Therefore, this application helps the insurance company to help their clients to stay healthy.

Business Case

This application is a better solution as it provides information about how to stay healthy and consequently the user has fewer chances to fall sick and pay visit doctors. By this way, the required insurance coverage for the insurance companies is reduced. Being a health insurance company, it is always beneficial to encourage customers to improve health by providing health concerning information on regular basis. For example, if an individual is diabetic and feels like to have some sugar, the application provides the information that if she can consume some sugar or not. In addition, this application will include the feature to get doctor and hospital recommendation from the insurance company and will facilitate to get the appointment of doctors using smartphones. This will get the end customer satisfaction and will make insurance company to increase their relation with various hospitals as well.

Database view



Database Script

CREATE TABLE `users` (
`userId` int(11) NOT NULL AUTO_INCREMENT,
`fullName` char(50) NOT NULL,
`height` int NOT NULL,
`weight` int NOT NULL,
`age` int NOT NULL,
`gender` varchar(1) NOT NULL,
`goal` char(50),
`userName` char(50) NOT NULL,
`password` char(50) NOT NULL,
PRIMARY KEY (`userId`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1


Git repository

https://app.deveo.com/lut1/projects/code_camp/repositories/code_camp/tree/master

Use case diagram

System architecture



Prototype

protoio-code_camp.pdf

Business Process Model and Notation



Healthy you (website)

http://ashkan.ddns.net:8020/code_camp/

Minimum Viable Product (Screenshot)



Project management platform

https://trello.com/b/tgoNesOJ/code-camp

Future Improvements

Improvement is always good and a continuous process. The application will be improved in the future. The most valuable feature is the collaboration of specific hospitals and insurance company. The insurance company has connections with hospitals and will give the database of hospitals to the end user. The end user will get information on hospitals as well as recommended doctors for their specific diagnosis. The user will also have the option to get an appointment with the doctor from “Healthy you” app.

Presentation

presentation_.pdf

Final report

final_report.pdf

Poster

group3_poster.pdf