I am looking for a tool to help me design and describe projects such as website, which I need to develop with other people over the internet.
Here is a description of a typical workflow for a small website project which I would like some tool support for.
The web site consist of 5 pages, so first I make a description of the features I think we need for each of the 5 pages. I then share this data with 2 other users who give feed back for each page, and based on this feedback, I change/update the description for each page.
Then we need a design, so a graphics designer make a design for each page, based on the description of the needed features.
I then start work on developing the website, and I maintain a status for each page, so the other users can see what work is done and need testing, feedback and so one. They may than report bugs/features for each page and this continues until all work is done.
Our current solution is to use a shared google.doc document with a section for each page. The page description itself is written in black, and each user can then write a comment with a different color.
When a bug have been fixed the user remove the bug description from the document.
This kinda works and it allow me to easily se what need to be done, because as soon as an issue have been handled it it removed from the document. So all non black text is issues that need to be handled.
There are 3 major problems with this workflow.
1: Having anything on a single page become a problem with larger projects.
2: It's difficult to se exactly what have changed since last time i looked at a page/issue.
3: We lose our history, so while I have a overview of all current active issues(features/bugs/questions) I don't have any way to se closed issues, and how the changed the description of the page.
At first I thought I could use some bug tracking software such as trac, but they are not really designed to do this kind of work.
So does anyone know of some software that can support this kind of work? It must work on both Linux and Windows.