In software developement project.. While preparing a gantt chart, which things we should take care?
Asked
Active
Viewed 266 times
-1
-
1could you give some additional info, the sentence is not really clear/correct – NDM Sep 24 '09 at 12:15
-
Do you want to make a Gantt Chart software, or are you trying to make a Gantt Chart for your software project? – Esteban Küber Sep 24 '09 at 12:27
3 Answers
2
A very vague question, kind of like "What is the meaning of life?".
Things that occur to me:
- Knowing what you will build
- the order in which things have to be build,
- resources required,
- when things have to be finished,
- who will have to check the build items,
- when are people and resources available.

dstibbe
- 1,589
- 18
- 33
1
If you have several tasks which are proving difficult to estimate then try to have them run in parallel. That way you reduce the overall risk should one or more of them overrun.

Paul Mitchell
- 3,241
- 1
- 19
- 22