Skip to content
Permalink
Browse files
Add new GANTT chart for Project Management
  • Loading branch information
alhousen committed Apr 26, 2022
1 parent 9afdfa2 commit 92aded869d508a60e0b8712a69ca274ac8955239
Showing 1 changed file with 84 additions and 0 deletions.
84 FYP.gan
@@ -0,0 +1,84 @@
<?xml version="1.0" encoding="UTF-8"?><project name="Untitled Gantt Project" company="" webLink="http://" view-date="2022-01-10" view-index="0" gantt-divider-location="468" resource-divider-location="300" version="2.0" locale="en_GB">
<description/>
<view zooming-state="default:6" id="gantt-chart">
<field id="tpd3" name="Name" width="51" order="0"/>
<field id="tpd4" name="Begin date" width="24" order="1"/>
<field id="tpd5" name="End date" width="24" order="2"/>
</view>
<view id="resource-table">
<field id="0" name="Name" width="50" order="0"/>
<field id="1" name="Default role" width="50" order="1"/>
</view>
<!-- -->
<calendars>
<day-types>
<day-type id="0"/>
<day-type id="1"/>
<calendar id="1" name="default">
<default-week sun="1" mon="0" tue="0" wed="0" thu="0" fri="0" sat="1"/>
<only-show-weekends value="false"/>
<overriden-day-types/>
<days/>
</calendar>
</day-types>
</calendars>
<tasks empty-milestones="true">
<taskproperties>
<taskproperty id="tpd0" name="type" type="default" valuetype="icon"/>
<taskproperty id="tpd1" name="priority" type="default" valuetype="icon"/>
<taskproperty id="tpd2" name="info" type="default" valuetype="icon"/>
<taskproperty id="tpd3" name="name" type="default" valuetype="text"/>
<taskproperty id="tpd4" name="begindate" type="default" valuetype="date"/>
<taskproperty id="tpd5" name="enddate" type="default" valuetype="date"/>
<taskproperty id="tpd6" name="duration" type="default" valuetype="int"/>
<taskproperty id="tpd7" name="completion" type="default" valuetype="int"/>
<taskproperty id="tpd8" name="coordinator" type="default" valuetype="text"/>
<taskproperty id="tpd9" name="predecessorsr" type="default" valuetype="text"/>
</taskproperties>
<task id="0" name="Networking &amp; Programming" color="#8cb6ce" meeting="false" start="2022-01-24" duration="17" complete="0" expand="true">
<task id="9" name="DHCP" color="#8cb6ce" meeting="false" start="2022-01-24" duration="17" complete="0" expand="true"/>
<task id="41" name="LAN&amp;WAN" color="#8cb6ce" meeting="false" start="2022-02-01" duration="11" complete="0" expand="true"/>
<task id="43" name="CISCO" color="#8cb6ce" meeting="false" start="2022-02-01" duration="11" complete="0" expand="true"/>
<task id="45" name="Python for networking" color="#8cb6ce" meeting="false" start="2022-02-01" duration="11" complete="0" expand="true"/>
</task>
<task id="2" name="Literature Review" color="#8cb6ce" meeting="false" start="2022-02-25" duration="13" complete="0" expand="true">
<depend id="6" type="2" difference="0" hardness="Strong"/>
<depend id="16" type="2" difference="0" hardness="Strong"/>
<task id="7" name="MULTOPS &amp; Reverse firewalls" color="#8cb6ce" meeting="false" start="2022-02-25" duration="6" complete="0" expand="true"/>
<task id="25" name="ASV Defense algorithm" color="#8cb6ce" meeting="false" start="2022-03-04" duration="6" complete="0" expand="true"/>
<task id="27" name="GNS3 DDOS attack simuatlion" color="#8cb6ce" meeting="false" start="2022-03-11" duration="3" complete="0" expand="true"/>
</task>
<task id="16" name="Methodology" color="#8cb6ce" meeting="false" start="2022-03-16" duration="18" complete="0" expand="true">
<task id="13" name="GNS3 Simulation" color="#8cb6ce" meeting="false" start="2022-03-18" duration="8" complete="0" expand="true"/>
<task id="4" name="Python3 and Scapy script" color="#8cb6ce" meeting="false" start="2022-03-16" duration="2" complete="0" expand="true">
<depend id="13" type="2" difference="0" hardness="Strong"/>
</task>
<task id="18" name="Blockchains and SDN" color="#000000" meeting="false" start="2022-03-25" duration="11" complete="0" expand="true"/>
<task id="39" name="Cochain-SC algorithms" color="#000000" meeting="false" start="2022-03-25" duration="11" complete="0" expand="true">
<depend id="6" type="2" difference="0" hardness="Strong"/>
</task>
</task>
<task id="6" name="Results and Findings" color="#8cb6ce" meeting="false" start="2022-04-11" duration="1" complete="0" expand="true"/>
<task id="48" name="Referncing, citing, and fixing errors" color="#8cb6ce" meeting="false" start="2022-04-11" duration="12" complete="0" expand="true"/>
</tasks>
<resources/>
<allocations/>
<vacations/>
<taskdisplaycolumns>
<displaycolumn property-id="tpd2" order="-1" width="75" visible="false"/>
<displaycolumn property-id="tpd7" order="-1" width="75" visible="false"/>
<displaycolumn property-id="tpd8" order="-1" width="75" visible="false"/>
<displaycolumn property-id="tpd6" order="-1" width="75" visible="false"/>
<displaycolumn property-id="tpd10" order="-1" width="75" visible="false"/>
<displaycolumn property-id="tpd11" order="-1" width="75" visible="false"/>
<displaycolumn property-id="tpd9" order="-1" width="75" visible="false"/>
<displaycolumn property-id="tpd1" order="-1" width="75" visible="false"/>
<displaycolumn property-id="tpd0" order="-1" width="75" visible="false"/>
<displaycolumn property-id="tpd3" order="0" width="237" visible="true"/>
<displaycolumn property-id="tpd4" order="1" width="114" visible="true"/>
<displaycolumn property-id="tpd5" order="2" width="113" visible="true"/>
</taskdisplaycolumns>
<previous/>
<roles roleset-name="Default"/>
<roles roleset-name="SoftwareDevelopment"/>
</project>

0 comments on commit 92aded8

Please sign in to comment.