Changes between Version 4 and Version 5 of SCHEDULE_WBS_EXPORTS_R0
- Timestamp:
- 09/24/08 18:36:57 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCHEDULE_WBS_EXPORTS_R0
v4 v5 18 18 == How to demo == 19 19 Open wiki and present tickets and iteration indexes. These are good demo of useful exports. 20 20 21 = 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 21 25 = 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. 22 28 = Testing =