Simple Bug/Feature Tracking With Google Docs

by Stu Andrews on February 18, 2009

in Joel Of All Trades

When you design small systems, there are some big benefits.

One of these is with bug/feature tracking. This is not to say that with a simple project it’s not important to track bugs and features. WRONG. It’s vital.

My point is that you can streamline your other processes, as well as those in this most simple of software you are building.

While developing Oldaer I’ve been using Google Docs to track my Bugs and Features through the builds.

How does this work? Well, very simply.

1. I have a doc called “Oldaer, <buildnumber> Todos”.

Todo Document

This document lists all the Todos I have. It’s a relatively small amount. Important Todos are bolded. Sometimes there is a further description underneath.

2. As Todos are completed, I “mark” them off.

Completed Todos

You can see it’s a yellow background. I’ve found this is the best because of it’s immediate visibility to the eye.

Whatever you want though, it just needs to be quite distinguishable.

3. After the build is done, we copy the Todos document (using “Save as a new copy” in Google Docs) into a Changelog.

Changelog

To make this document a Changelog is easy. You simply remove all the Todos that were not completed for the build.

4. We then copy the Todos document (again) into the new build number’s Todo list.

Next Build's Todos

To make this into the new Todo list, all you have to do is remove all the completed (yellow) Todos.

 

There you have it. Simple. Efficient. And because it’s Google, finding specific stuff is easy.

Of course, this is not going to work in most development situations. More than a couple of people, more than a simple project, and it becomes very hard to maintain.

However, if you are creating a simple piece of software, and don’t have any bug/feature tracking processes in place, then I urge you to consider using Google Docs.

Do this, and get the basic patterns in place for when you take on a big project.


Related posts:

  1. Why Is Google Analytics A Boon And A Curse? – The Cry Of A Small Pond Blogger
  2. Installing Windows 7, Even A Monkey ..
  3. Stu Talk #6 – Hi! I’m Stu Andrews, And I’m A Software Dev At Google!
  4. Space Office Fight, Version 0.3.0 Released!
  5. I’m Going To Run My Own Software Company!

{ 2 comments… read them below or add one }

Bowman December 9, 2009 at 8:08 am   (Quote)

Wow, you never heard of Tadalist, have you?

Reply

Stu Andrews December 9, 2009 at 9:26 am   (Quote)

Bowman,

Actually yup, Tadalist is a great tool.

I’m not sure if you’ll get this, because the email left looked a little bogus, but if you do:

This was just the process I stumbled upon while putting together a piece of desktop software. It’s not foolproof, but I thought I’d write it up.

Reply

Leave a Comment