MECHENG401:Accountability
Mark
Week | Task | Expected hours | due (if specified) | Actual hours | Completed (%) | Comments |
ending June 1 | All calculations work (so that calculated values can be
prefilled in the form) and results can be accessed in the buildingBean. |
7 | June 1 (or actually June 2) | 8.5+2 | 100% | A lot of the work for this component was also done by Oliver
(calculations) and Nick (database stuff in buildingbean and IEPDatabean. |
ending June 1 | Report, sections as outlined on report page | 7 | May 28, 5pm | 7.5 | 100% | |
ending June 1 | Optional: Search works | |||||
ending June 1 | Fixing the IEP forms | ???? | Today... | 5 | ... | Not sure where shauns stuff is, worked a bit on it last night with him but cant see those changes in the repo.. doing it again. |
********* | ********* | ********* | Week 2 follows | ********* | ********* | ********* |
ending June 9 | The getters and setters should be correct in the beans and the jsp forms | 10 | -- | 2 | 15% | Ref http://www.javaworld.com/jw-03-2000/jw-0331-ssj-forms.html . So far have have started to fix the check boxs. A couple of fields on form one still need to be linked. |
Nick
Week | Task | Expected hours | due (if specified) | Actual hours | Completed (%) | Comments |
ending June 1 | All the persistence code is written. That is, all the data needed for a buildingBean can be got from the DB and sent to the DB. | ? | June 1 (actually June 2) | 1.25 | ~25% | Worked on saving buildingBean state. Made a few changes to buildingBean and DB schema. Shouldn't affect anyone else at this stage |
ending June 1 | Report, sections as outlined on report page | ? | May 28, 5pm | around 5 | ? | Worked on the intro parts, executive summary, combining things together, my part of the research and my contribution section |
due Wednesday 4 | Spike AJAX for form field filling |
Shaun
Week | Task | Expected hours | due (if specified) | Actual hours | Completed (%) | Comments |
ending June 1 | All fields in the IEP form are prefilled with values from a buildingBean. This can be done because the buildingBean should already be filled from the previous page, the general building details page. + formatting | 10 | June 1 (actually June 2) | 10 | 75% | I'd like to do more work on formatting later |
ending June 1 | Report, sections as outlined on report page | 7 | May 28, 5pm | 8 | 100% | |
due Wednesday 4 | Spike JavaScript for form field filling - maybe | |||||
ending June 9 | Styling the structureView page, shading our read only fields, rearranging layou of input and output fields | |||||
- Create ajax to take calculations from CalculateIEP.java
* Implement submit on button click
- Each field that is generated from a previous one e.g hazard scaling factor from hazard factor, should have a button to its right. When the buton is clicked, the page is submitted and focuas returns to that field
Figure out how the anchoring is going to work so that when you click that link, the page jumps down to were you were entering in the field.