<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Project Trackr Development Log &#187; supervisor</title>
	<atom:link href="http://logbook.projecttrackr.com/category/supervisor/feed/" rel="self" type="application/rss+xml" />
	<link>http://logbook.projecttrackr.com</link>
	<description>Building a better web based project management solution</description>
	<lastBuildDate>Mon, 15 Mar 2010 15:33:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reviewing significant project changes before demo</title>
		<link>http://logbook.projecttrackr.com/supervisor/reviewing-significant-project-changes-before-demo/</link>
		<comments>http://logbook.projecttrackr.com/supervisor/reviewing-significant-project-changes-before-demo/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 13:58:03 +0000</pubDate>
		<dc:creator>Damian Jakusz-Gostomski</dc:creator>
				<category><![CDATA[supervisor]]></category>

		<guid isPermaLink="false">http://logbook.projecttrackr.com/misc/reviewing-significant-project-changes-before-demo/</guid>
		<description><![CDATA[My demo is in 2 weeks time, so now is a good time to do a review of how the scope of my project has changed.  As mentioned in the previous 2 restructuring parts of the project, I’ve dropped some features which has allowed me to focus more on the interesting parts.
Some of the new [...]]]></description>
			<content:encoded><![CDATA[<p>My demo is in 2 weeks time, so now is a good time to do a review of how the scope of my project has changed.  As mentioned in the previous 2 restructuring parts of the project, I’ve dropped some features which has allowed me to focus more on the interesting parts.</p>
<p>Some of the new things I’ve been working on include:</p>
<ul>
<li>Email data into the system</li>
<li>An API</li>
<li>Natural language parsing for adding tasks</li>
<li>Keyboard shortcuts</li>
</ul>
<p>Now is also a good time to review how I stuck to my original timeline. I’ve never been a big fan of gantt charts (which is why they’re not one of the features of my project). I did however make an effort to stick to the one I came up with in the first week. Instead of using it to mark strict deadlines, I used it to keep an idea of where I should be in relation to everything else. Here is a summary of how it went:</p>
<ul>
<li>I didn’t spend 3 weeks researching database systems as expected. Although I did spend a few days researching nested sets within SQL (and opted to use MPTT) I opted to use MyISAM as I didn’t real feel the benefits of InnoDB outweighed the cost in tersm of runtime.</li>
<li>I did spend about 2 weeks on the database schema as it was originally very complex. It was later mostly scrapped in favour of a much simpler, more streamlined schema based on the ever changing requirements. Had I realised earlier I should descope, I could have saved some time here</li>
<li>I spent a little more than 2 weeks on the UI and application flow. Although I got the basic site structure up very quickly, I spent much longer thinking about optimal flows</li>
<li>Project management – I didn’t spend as long as predicted on the project management part of the project. I spent about 2 weeks getting it to allow nested and linked projects, which was later all rewritten in favour of a much simpler approach&#8230; keeping projects in isolation and using tickets to separate parts of projects.</li>
<li>Task management was implemented along wide with the time tracking part as they were very similar and had dependencies between them. This means I spent a less time than expected across the 2 parts as they were combined</li>
<li>Milestones where also simplified so the time spent was also reduced as result</li>
<li>The messaging system was also dropped completely – it had only been started at the point of my restructuring</li>
<li>Tickets took roughly as long as expected</li>
<li>The scope of files changed to include some new features but the time spent on it stayed the same</li>
<li>The public beta (alpha) launched on time</li>
</ul>
<p>One thing I found to be a repeating trend was that I overestimated the time things would take, which is a good thing, as I didn’t allow any time for the more interesting features</p>
]]></content:encoded>
			<wfw:commentRss>http://logbook.projecttrackr.com/supervisor/reviewing-significant-project-changes-before-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project scope alterations after interviews</title>
		<link>http://logbook.projecttrackr.com/supervisor/project-scope-alterations-after-interviews/</link>
		<comments>http://logbook.projecttrackr.com/supervisor/project-scope-alterations-after-interviews/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 13:20:33 +0000</pubDate>
		<dc:creator>Damian Jakusz-Gostomski</dc:creator>
				<category><![CDATA[supervisor]]></category>

		<guid isPermaLink="false">http://logbook.projecttrackr.com/?p=460</guid>
		<description><![CDATA[The following is a summary of how my recent set of interviews has affected the scope of my project. This is also added to my personal experience of working on a more varied set of projects within a team and seeing how people really manage their projects (as oppose to how they say they do). [...]]]></description>
			<content:encoded><![CDATA[<p>The following is a summary of how my recent set of interviews has affected the scope of my project. This is also added to my personal experience of working on a more varied set of projects within a team and seeing how people really manage their projects (as oppose to how they say they do). When directly questioned, people tended to agree the following observations where correct in the majority of cases.</p>
<p>•	People don’t need nested/meshed projects – One of the things that I was considering was having a project mesh, which allows similar projects to share certain data between them. When I asked people if they thought this was a good idea and would use it, almost everyone said yes. However people don’t actually seem to need this sort of functionality. They just use tickets to separate the project out. As a result, the scope of tickets has changed to allow for this instead of being a change control mechanism.</p>
<p>•	People don’t need fine grained permissions – This is another thing people said they needed, but having worked in groups of varying sizes and on big and small projects, people don’t nee fine grained permissions so that has been removed</p>
]]></content:encoded>
			<wfw:commentRss>http://logbook.projecttrackr.com/supervisor/project-scope-alterations-after-interviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project scope alterations after seminar</title>
		<link>http://logbook.projecttrackr.com/supervisor/project-scope-alterations-after-seminar/</link>
		<comments>http://logbook.projecttrackr.com/supervisor/project-scope-alterations-after-seminar/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 23:30:09 +0000</pubDate>
		<dc:creator>Damian Jakusz-Gostomski</dc:creator>
				<category><![CDATA[supervisor]]></category>

		<guid isPermaLink="false">http://logbook.projecttrackr.com/?p=456</guid>
		<description><![CDATA[


The following is a summary of how the scope of me application has changed after my seminar. While the seminar itself went well, there were a few concerns, mainly that I had taken on too much, so the following is how I’m decreasing the scope, and where I will focus that time and effort instead.
I [...]]]></description>
			<content:encoded><![CDATA[<p>The following is a summary of how the scope of me application has changed after my seminar. While the seminar itself went well, there were a few concerns, mainly that I had taken on too much, so the following is how I’m decreasing the scope, and where I will focus that time and effort instead.</p>
<p>I was told to focus less on the more traditional and cumbersome parts of the application, such the following sections have been removed:</p>
<ul>
<li>The ability to categorise messages, tasks, files etc. No more tags or folders for files – Although useful, this functionality is nothing new and adds little value.</li>
<li>Search – Although a very useful part of any application, especially one which stores large amounts of data, this also has to go. The time and effort which would need to be invested for an efficient search (which would probably just consist of a 3<sup>rd</sup> party library with a few modifications such as Zend Lucene) or a simple LIKE claused lookup provides too little value.</li>
</ul>
<p>Other things may be removed over time where there is justification.</p>
<p>Instead, I will be focusing more on the innovative features. My supervisor and moderator where particularly interested in the idea of linked resources, so that will get some more attention.</p>
]]></content:encoded>
			<wfw:commentRss>http://logbook.projecttrackr.com/supervisor/project-scope-alterations-after-seminar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meeting &#8211; 19 October 2009</title>
		<link>http://logbook.projecttrackr.com/supervisor/meeting-19-october-2009/</link>
		<comments>http://logbook.projecttrackr.com/supervisor/meeting-19-october-2009/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 12:56:37 +0000</pubDate>
		<dc:creator>Damian Jakusz-Gostomski</dc:creator>
				<category><![CDATA[supervisor]]></category>

		<guid isPermaLink="false">http://logbook.projecttrackr.com/?p=269</guid>
		<description><![CDATA[Just had my second meeting with my supervisor (and 2 other students). We discussed what steps need to be taken to move the project research phase forward.
The main things I need to do are conduct surveys and some interviews. The surverys will be sent out in bulk (but not spammed) to people in the correct [...]]]></description>
			<content:encoded><![CDATA[<p>Just had my second meeting with my supervisor (and 2 other students). We discussed what steps need to be taken to move the project research phase forward.</p>
<p>The main things I need to do are conduct surveys and some interviews. The surverys will be sent out in bulk (but not spammed) to people in the correct target market, and I will conduct interviews with several project managers.</p>
<p>I also need to carry on anaylsing existing PMSs, and rate them using some common method. Will produce a table at the end with a score for each site for each piece of criteria.</p>
<p>Aim to get a week by week plan to my supervisor in the next week or 2.</p>
]]></content:encoded>
			<wfw:commentRss>http://logbook.projecttrackr.com/supervisor/meeting-19-october-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Initial project meeting</title>
		<link>http://logbook.projecttrackr.com/supervisor/initial-project-meeting/</link>
		<comments>http://logbook.projecttrackr.com/supervisor/initial-project-meeting/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 15:30:40 +0000</pubDate>
		<dc:creator>Damian Jakusz-Gostomski</dc:creator>
				<category><![CDATA[supervisor]]></category>

		<guid isPermaLink="false">http://logbook.projecttrackr.com/?p=219</guid>
		<description><![CDATA[Had my initial project meeting with my supervisor today. It was an hour long meeting involving me, my supervisor and 3 other students doing web based projects.
We just discussed what our projects where about and any ideas we had. We also talked about th structure of the project and what needs to be covered. The [...]]]></description>
			<content:encoded><![CDATA[<p>Had my initial project meeting with my supervisor today. It was an hour long meeting involving me, my supervisor and 3 other students doing web based projects.</p>
<p>We just discussed what our projects where about and any ideas we had. We also talked about th structure of the project and what needs to be covered. The remainder of the meeting was discussing the alternatives for 2 of the students who hadn&#8217;t done any programming before, and how they could tackle the implementation portion of the project.</p>
<p>The next meeting is scheduled for Monday the 19th of October, 1pm</p>
]]></content:encoded>
			<wfw:commentRss>http://logbook.projecttrackr.com/supervisor/initial-project-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
