Friday, February 11th, 2011...1:36 pm
Project tracking software
I just started full time (well, albeit a few handovers left w/ M&C Saatchi) at a new startup at the cross roads of 3 cultural technology movements (more on that much later). At the moment, after the last PHP meetup in London, I’m contemplating project tracking software once again. I’m setting up our development infrastructure over the next few weeks and with the new project get to revisit the fundamentals of the development environment. Our programmers will be working with HTML/JavaScript/CSS, AS3, and PHP.
This seems to be a constant obsession of mine: in agile teams, how do you best carry and share task information, sync tasks to subversion (yeah, I haven’t jumped on the GIT bandwagon just yet), and allow programmers to seamlessly submit task information (time spent, feedback questions, commit comments, etc).
In the past I’ve had the individual elements of this perfect equation by running a subversion server, Redmine, whatever text editor developers felt comfortable with (TextWrangler, FDT, Eclipse+Subclipse, Dreamweaver, whatever) – but that usually requires a lot of jumping around to different windows to gather task info (web browser), update svn (editor/standalone svn client), edit code (editor), commit back in (editor/standalone svn client), and update task information (again, back to a web browser).
Ideally, a programmer could view their task list, open a task as ‘in progress’, commit/update svn, and mark tasks complete all through their editor. That way programmers would have a completely (or close to it) uninterrupted workflow when addressing issues. That’s the quest for the moment, anyway. Suggestions most welcome!
2 Comments
February 14th, 2011 at 5:54 pm
Hey Evan
Looks like you are gunning for the holy grail of PM. Would be interested to follow your progress.
I have always thought this is a space which still lacks a killer app. It should include client facing aspects – with a simple interface providing an issue tracking service.
Ideally all tasks should be timed too!
Matt
April 26th, 2011 at 3:45 am
At my company I have used ufuddle and it has been great. It has the tickets, time tracking, comments, svn (or git when you are ready to upgrade) and if you want it all integrated into your IDE, you can get the eclipse plugin. It’s been great for us. Check it out at http://unfuddle.com/
And let me know if you have any questions.
Leave a Reply