root/trunk/RBTelepathy/plans/project.xml

Revision 455, 4.7 kB (checked in by sholloway, 6 years ago)

*** empty log message ***

Line 
1 <?xml version="1.0" ?>
2 <project id='RBTelepathy'>
3     <label>RBTelepathy package</label>
4     <import-resources file="../../RuneBlade/plans/people.xml"/>
5
6     <task id='devel RBTelepathy'>
7         <label>Development</label>
8         <use-resource type='devel' id='swh-devel'/>
9
10         <task id='devel RBTelepathy.Routing'>
11             <label>Routing subsystem</label>
12             <task id='devel RBTelepathy.Routing framework'>
13                 <label>Routing template method</label>
14                 <duration>2</duration>
15                 <progress>100</progress>
16                 <time-slot from='2003/01/15' to='2003/01/16' />
17             </task>
18         </task>
19
20         <task id='devel RBTelepathy.Connection'>
21             <label>Connection subsystem</label>
22             <task id='devel RBTelepathy.Connection mediator'>
23                 <label>Connection Mediator</label>
24                 <duration>3</duration>
25                 <progress>100</progress>
26                 <time-slot from='2003/01/19' to='2003/01/21' />
27             </task>
28         </task>
29
30         <task id='devel RBTelepathy.Packet'>
31             <label>Packet subsystem</label>
32             <task id='devel RBTelepathy.Packet XML handlers'>
33                 <label>Raw text XML to object converstion</label>
34                 <duration>2</duration>
35                 <progress>100</progress>
36                 <time-slot from='2003/01/18' to='2003/01/19' />
37             </task>
38
39             <task id='devel RBTelepathy.Packet.Error'>
40                 <label>Error Packet Handler</label>
41                 <duration>2</duration>
42                 <progress>100</progress>
43                 <time-slot from='2003/01/20' to='2003/01/21'/>
44             </task>
45
46             <task id='devel RBTelepathy.Packet.Authentication'>
47                 <label>Authentication Packet Handler</label>
48                 <duration>4</duration>
49                 <progress>25</progress>
50                 <time-slot from='2003/01/22' to='2003/01/22'/>
51             </task>
52
53             <task id='devel RBTelepathy.Packet.Message'>
54                 <label>Message Packet Handler</label>
55                 <duration>4</duration>
56                 <progress>25</progress>
57                 <time-slot from='2003/01/22' to='2003/01/22'/>
58             </task>
59         </task>
60
61         <task id='devel Stream'>
62             <label>Stream subsystem</label>
63
64             <task id='devel Stream.Protocol'>
65                 <label>Stream protocol</label>
66                 <duration>4</duration>
67                 <progress>100</progress>
68                 <time-slot from='2003/01/16' to='2003/01/19' />
69             </task>
70
71             <task id='devel Stream.SocketAdaptor'>
72                 <label>Stream socket adaptor</label>
73                 <duration>1</duration>
74                 <progress>100</progress>
75                 <time-slot from='2003/01/15' to='2003/01/15' />
76             </task>
77
78             <task id='devel Stream.SocketServer'>
79                 <label>Socket server binding</label>
80                 <duration>1</duration>
81                 <progress>100</progress>
82                 <time-slot from='2003/01/15' to='2003/01/15' />
83             </task>
84         </task>
85     </task>
86
87     <!--
88     <task id='test RBTelepathy'>
89         <label>Tests for RBTelepathy modules</label>
90         <duration>5</duration>
91         <progress>0</progress>
92         <use-resource type="test"/>
93     </task>
94
95     <task id='doc RBTelepathy'>
96         <label>Docs for RBTelepathy modules</label>
97         <duration>5</duration>
98         <progress>0</progress>
99         <use-resource type="doc"/>
100     </task>
101
102     <task id='demo RBTelepathy'>
103         <label>Demos for RBTelepathy modules</label>
104         <duration>5</duration>
105         <progress>0</progress>
106         <use-resource type="demo"/>
107     </task>
108     -->
109
110     <task id='plan RBTelepathy'>
111         <label>Project Planning and Management</label>
112         <use-resource type="plan"/>
113         <task id='plan RBTelepathy gantt'>
114             <label>Gantt Charts</label>
115             <duration>2</duration>
116             <progress>100</progress>
117             <time-slot from='2003/01/25' to='2003/01/26'/>
118             <use-resource type="plan" id="swh-plan"/>
119         </task>
120
121         <task id='plan RBTelepathy distutils'>
122             <label>Create distutils setup for RBTelepathy</label>
123             <duration>1</duration>
124             <progress>100</progress>
125             <time-slot from='2003/01/26' to='2003/01/26'/>
126             <use-resource type="plan" id="swh-plan"/>
127         </task>
128
129         <task id='plan RBTelepathy project maintence'>
130             <label>Project maintence for RBTelepathy</label>
131             <duration>2</duration>
132             <progress>50</progress>
133             <time-slot from='2003/01/26' to='2003/01/27'/>
134             <use-resource type="plan" id="swh-plan"/>
135         </task>
136     </task>
137 </project>
Note: See TracBrowser for help on using the browser.