Changes between Version 35 and Version 36 of week4+

Show
Ignore:
Timestamp:
07/11/08 08:38:14 (5 years ago)
Author:
fbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • week4+

    v35 v36  
    4848}}} 
    4949 == About the condition will we have other types than mimetype and xpath? Should we do an enum ? ==  
    50  * First solution : 
    5150We can then evaluate the condition depending on its type and follow a different node depending on the result.[[BR]] 
    5251This tranformation from XML to this data structure might be done in TasklistUnmarshaller. The execution of the algorithm might be done in the UnicornCall.[[BR]] 
    5352We'll also have to change all the references to priorities and find a new system for them.[[BR]] 
    5453'''We got to :'''[[BR]] 
    55    * Completly change the Unicorn Call to implement the new functionnalities 
    56    * Completly change the TaskListUnmarshaller 
    57    * Find a way to replace smartly the occurences of Priorities in others classes (execution level if we can) 
    58    * Adapt the Parameter and ParameterFactory with the new enumeration tUi 
     54    * Completly change the Unicorn Call to implement the new functionnalities 
     55    * Completly change the TaskListUnmarshaller 
     56    * Find a way to replace smartly the occurences of Priorities in others classes (execution level if we can) 
     57    * Adapt the Parameter and ParameterFactory with the new enumeration tUi 
    5958[[BR]] 
    6059 * '''Second solution''' : do it sequentially. Once we replaced the subtasks we just parse the resulting tasklist and execute all the <exec> tag at the same level at the same time