MECHENG401:Accountability

From Marks Wiki
Revision as of 05:08, 3 November 2008 by Mark (Sọ̀rọ̀ | contribs) (26 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Home

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

WeekTaskExpected hoursdue (if specified)Actual hoursCompleted (%)Comments
ending June 1All 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 1Report, sections as outlined on report page?May 28, 5pmaround 5?Worked on the intro parts, executive summary, combining things together, my part of the research and my contribution section
due Wednesday 4Spike AJAX for form field filling

Shaun

WeekTaskExpected hoursdue (if specified)Actual hoursCompleted (%)Comments
ending June 1All 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 10June 1 (actually June 2)1075%I'd like to do more work on formatting later
ending June 1Report, sections as outlined on report page7May 28, 5pm8100% 
due Wednesday 4Spike JavaScript for form field filling - maybe
ending June 9Styling 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.