Changes between Version 27 and Version 28 of week4+

Show
Ignore:
Timestamp:
07/10/08 07:41:58 (5 years ago)
Author:
jbarouh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • week4+

    v27 v28  
    2323 * ParameterFactory --> Use the ParamType of the tasklist --> can improve the textfield ... etc.. 
    2424 
    25 I'll guess we'll have to add some too in order to implement the new functionnalities. [[BR]] 
     25I guess we'll have to add some too in order to implement the new functionnalities. [[BR]] 
    2626In order to match with XMLbeans philosophy we had to add extra child nodes in cond node in order to get the inner text. Indeed XmlBeans doesn't like nodes with attribute and inner text at same. If we would have done so , the generated classes couldn't access to the inner text of the node. Therefore we created these extra nodes. 
    2727---- 
    2828 == Define the new functionnalities to implement and how == 
    2929[[BR]] 
    30 I think there some classes we got to completly change especially the Unmarshaller. [[BR]] 
    31 Every single reference to priority system should also disappear.[[BR]] 
     30I think there are some classes we got to completely change especially the Unmarshaller. [[BR]] 
     31Every single reference to the priority system should also disappear.[[BR]] 
    3232We could change that into execution level.[[BR]] 
    33 In the tasklist we can perform a pre-formatting to replace all the occurence of subtasks inside a task[[BR]] 
     33In the tasklist we can perform a pre-formatting to replace all the occurences of subtasks inside a task[[BR]] 
    3434That will simplifies the mechanism or recursion ( tkz Jean-Gui ;) ) [[BR]][[BR]] 
    3535The '''current debate''' inside the trainees is '''how to replace the current priority system with a level of execution'''.[[BR]]