|
Iteration_1
Iteration 1 For the first iteration the intention as stated in the Analysis Document was to implement the following:
Both User Stories were successfully implemented within the context of Entity Framework. This was achieved by the following:
An additional web page was then created called MyChart with the intention of displaying all previous tasks in a Gantt chart. This will now be completed in Iteration 2. However Iteration 1 did successfully display a Gantt Chart from hard coded data using in built charting controls within the .Net Framework. Deciding on how best to create the Gantt Chart took up the most time for this iteration. Alternatives that were researched at length included various Jquery libraries and raw JavaScript. It was finally decided to use the .Net Framework because it makes it easier to follow an MVC approach and keep the majority of code towards the Model side of the application. With this in mind there is code within the Controller classes that will be transferred to the Model Classes in Iteration 2. Unit testing of the Task Webpage/CRUD was successfully achieved. |