wiki:SCHEDULE_WBS_EXPORTS_R0

Version 2 (modified by deyan, 17 years ago) (diff)

--

Analysis

Overview

The Work Breakdown Structure (WBS) contains the whole project divided to tasks. These task contain revisions, dependencies and some useful comments. This structure is important as the whole project depends on it. The structure is currently in a python file which eases various exports. These exports can be very useful.

Task requirements

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. Generate:

  • tracking issues(trac tickets)
  • page indexes
  • Task juggler files

Consider other exports which can be made(for example test cases with Tcw).

Requirements to the task result

The task result should be useful file in the repository. As this task is auxiliary, please see related tasks analysis for exact requirements. Consult with the related task's executor. You can attach or link results of your work here.

Implementation idea

See the bottom part of the python file sophie2-wbs.py for sample export functions.

(Here you can add related tasks that could be useful or helpful.)

How to demo

(In this section you must add instructions for the demo of the task.)

Design

Implementation

Testing