Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Project [closed]

Is Microsoft Project the best tool for managing software development or IT projects or is there an alternative that is better?

like image 821
David Neeck Avatar asked Nov 02 '08 17:11

David Neeck


People also ask

Can you recover unsaved Microsoft Project?

If you have accidentally clicked the don't save Word option, you have to open the file tab and scroll down to the manage document option. Then, choose the "recover unsaved documents," It will save all the unsaved MS project files.

How do I recover an unsaved document in Project 2016?

To recover your file, go to File - Open - Open Unsaved Project. Do you recommend to auto save files every 15 minutes? To be extra safe, enter a small number in the minutes box, like 10. That way, you'll never lose more than 10 minutes of work.

How do you close a project in MS Project?

To do so, go the File tab, which takes you to the backstage view of MS Project. From there, select Export > Save Project as File > Project Template and finally Save As.


1 Answers

Project is not good for managing development at all. I find it marginally useful for scheduling / work breakdown.

If you're on a Microsoft stack, Team Foundation Server is a good project management solution. It integrates with Project for scheduling and also provides the essentials of source control, work item (task / defect) tracking, and document management (via sharepoint.) The 2008 version has matured nicely, and the 2010 version looks very promising, especially in the area of requirements specification and traceability.

You can replicate the TFS features with a stack of open source and/or less expensive off-the-shelf software, but it is more work to integrate. It's debatable which is more flexible and easier to maintain once set up.

The following are required, regardless of platform:

  • Bug tracking
  • Work item / story / progress tracking of some kind (may be managed by above)
  • Collective team discussion (may be managed by above - discussion on work items, like FogBugz for example)
  • Source control (anything but SourceSafe)
  • Continuous build integration that runs unit tests
  • Instant messaging (OpenFire works great if your network blocks external services)
  • Document library
  • Farm of virtualized test machines (especially useful for install/upgrade testing)
like image 118
Aidan Ryan Avatar answered Sep 22 '22 07:09

Aidan Ryan