Changes between Version 4 and Version 5 of SCHEDULE_WBS_EXPORTS_R0


Ignore:
Timestamp:
09/24/08 18:36:57 (17 years ago)
Author:
pacitu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCHEDULE_WBS_EXPORTS_R0

    v4 v5  
    1818== How to demo == 
    1919Open wiki and present tickets and iteration indexes. These are good demo of useful exports. 
     20 
    2021= Design = 
     22 * We will use the [http://trac.edgewall.org/attachment/wiki/TracSynchronize/csv2trac.2.py csv2trac.2.py] script to add tasks to the issue tracker. And implement a function in the [source:/manage/sched/sophie2-wbs.py python file] to generate a CSV file. 
     23 * We will use the [source:/manage/sched/sophie2-wbs.py python file] to generate [wiki:TASK_INDEX Index Page]. 
     24 
    2125= Implementation = 
     26 * All tasks are added in the Trac tracker using the [http://trac.edgewall.org/attachment/wiki/TracSynchronize/csv2trac.2.py csv2trac.2.py] sctypt and the [source:/manage/sched/sophie2-wbs.py python file]. The outCSV() python function creates a SCV file. 
     27 * Index page is created from the [source:/manage/sched/sophie2-wbs.py python file] using the outMasterIndex() function. 
    2228= Testing =