Changes between Version 9 and Version 10 of SCHEDULE_WBS_EXPORTS_R0
- Timestamp:
- 10/01/08 11:14:53 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCHEDULE_WBS_EXPORTS_R0
v9 v10 5 5 == Task requirements == 6 6 The executor of this task should discuss with the team what exports are needed. Other tasks depend on this one, so please note them in Related section. 7 Generate:7 For example, generate: 8 8 * tracking issues(trac tickets) 9 9 * page indexes … … 22 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 23 * We will use the [source:/manage/sched/sophie2-wbs.py python file] to generate [wiki:TASK_INDEX Index Page]. 24 24 * Currently, we would not need Task Juggler. It would be helpful for visualizing process. 25 25 = Implementation = 26 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.