Project Management software for OS deving

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Project Management software for OS deving

Post by AndrewAPrice »

I'm looking for project managment software that can fit my needs.

I have found Overlord (http://www.garagegames.com/products/109/) which would be perfect, except for the fact you can't have tasks as subtasks of other tasks.

I want to be able to manage my tasks in a hierarchical for. e.g.:

Code: Select all

Kernel
   -> Processes
       -> IPC
             -> Events
                 -> Sending event
                 -> Receiving events
                 -> Wake up program on load
Then it can show me the percentage of tasks under Events done, the percentage of tasks under IPC done, etc.

Other useful features, but not necessary would be bug tracking, listing to-dos in to milestones and being able to see the % of the milestone completed, and show a graph of activity for the milestone.

Can anyone suggest software suited for that? Or should I write my own?
My OS is Perception.
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: Project Management software for OS deving

Post by AndrewAPrice »

I found it much simpler to do this in MS Excel.
My OS is Perception.
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: Project Management software for OS deving

Post by earlz »

that is.... sad
Post Reply