Databases Reference
In-Depth Information
'name="' ||c1.name ||'" '||
'actual start="'||c1.start date||'" '||
'/>'
;
end if;
end loop;
-- Task Closing Tag
l task xml := l task xml||'</tasks>';
-- Periods Closing Tag
l connector xml := l connector xml||'</connectors>';
-- Project Chart Closing Tag
l chart data xml := l chart data xml ||
l task xml ||
l connector xml ||
'</project chart>';
return l chart data xml;
end;
If you run the page you'll get a representation of your Team Development data in a Gantt chart. See
Figure 4-16 for an example.
Figure 4-16. Gantt chart with Milestones, Features, and To Do's
Bugs
Bugs cover a functionality we are all familiar with. Bugs are deficiencies in the products we deliver, like
software or documentation. The model for bug-tracking is built using a similar data structure as the
other pieces of Team Development. Figure 4-17 shows the model. You'll see a few real tables, a few views
with fixed values, and some dynamic lists of values.
Search WWH ::




Custom Search