Iteration Plan - As of Iteration 5
For this iteration the focus has been accomplishing communication between all three segments of our project. From iteration 4 we had a basic graphing applet, a simulator, and our web application however there was no communication between these three parts. The goal of this itaration was to develop servlets to allow us to incorporate the graphing applet, as well as the simulator with the main project.
- As of Iteration 5
- Main Focus: End-to-End communication established so that simulated data can be viewed on a patient Graph.
- Develop trend/alert guidelines
- Working test simulator implemented
- Case creation has been completed
- Data points represented on the graph
- Final Iteration Plan - Iteration 6
- Implement our trend/alert guidelines
- Java simulator finalization / GUI
- Expansion support for multiple patients and multiple types of data
- Patient grouping creation
- Improve overall functionality and display
- Development of new style sheet
- Develop graphing applet scaling ability for new data ranges
JavaDoc
Note on Servlet Communication
The main goal for this iteration has been to get our end to end communication working. Achieving this required a lot of research and testing to learn how to properly configure a servlet for communication. We felt this with the most important feature to get working at this time in our development. With deadlines approaching we feel comfortable creating new webpages and have a design idea for our finished look of our web interface. With our communication working - we now can focus on cleaning up or project and using the rapid development capabilities of seam to get our applicaiton to a deployment condition relativly soon.
Current Codebase
Our current codebase is on a server hosted by www.assembla.com. RHIMS currently has 3 codebases pertaining to health communication simulator in perl, health information simulator in java, and the application server code.