Questions tagged [project-management]

PROJECT MANAGEMENT QUESTIONS ARE OFF-TOPIC. Please ask these questions on ProjectManagement.SE - https://pm.stackexchange.com

Note that as of February 7th, 2011, the Project Management Stack Exchange Site, launched in Beta. Questions on StackOverflow with the project-management tag may get better results on that site. Check out the PMSE FAQ to get a better idea of whether or not your question would get better answers if asked there.

Project management is the discipline of planning, organizing, securing, and managing resources to achieve specific goals, as defined in the Wikipedia Article on Project Management.

Projects are, in general, temporary. Projects generally have a project owner, project manager, and a team. The project manager of the team is not a functional manager or direct supervisor of the team, but is instead a person responsible for the project schedule and the overall success of the project.

Many times, projects involve members of different functional skills or disciplines who are brought together temporarily to meet a common goal. Once the project is complete, the team may disband.

1496 questions
12
votes
2 answers

How to write a project Analysis or project brief?

We are a small (15 ppl) webdevelopment/design company with around 8 fulltime LAMP developers. In order to reduce the amount of errors we make and to prevent our budgets overtaking our estimates i've introduced some sort of technical analysis of our…
ChrisR
  • 14,370
  • 16
  • 70
  • 107
12
votes
2 answers

Projects folder structure recommendation

I'm getting ready to implement a source control system (subversion) but I'm facing some doubts on how to structure my folders. I use Delphi for all my development and compile the projects from within the IDE. My current projects folder structure is…
smartins
  • 3,808
  • 7
  • 42
  • 54
12
votes
5 answers

Redmine or Tracd to use for project management?

Can anyone suggest which of the Redmine or Tracd would be a better option for project management? Currently I am planning to deploy it on a one project setup but plan to use it across multiple projects in the fututre. Which of the two is easier to…
Manoj
  • 5,011
  • 12
  • 52
  • 76
12
votes
4 answers

Ideatorrent open source alternative

Are there any open source not drupal bundeled alternatives to the not very active Ideatorrent project?
nairboon
  • 678
  • 5
  • 15
12
votes
2 answers

A methology that allows for a single Java code base covering many different versions?

I work in a small shop where we have a LOT of legacy Cobol code and where a methology has been adopted to allow us to minimize forking and branching as much as possible. For a given release we have three levels: CORE - bottom layer, this code is…
12
votes
4 answers

Mylyn equivalent for Netbeans?

A co-worker has been going on about how cool Mylyn is for Eclipse. I want to give a task management tool a try but I use Netbeans. Is there a Mylyn like plugin for Netbeans? Preferable with integration to Redmine or Trac?
James McMahon
  • 48,506
  • 64
  • 207
  • 283
12
votes
5 answers

Best Todo list management software

I am looking for a simple, easy to use, effective todo list management. It will be better if I can link to my code where to make that todo change. Is there any open source solution for that?
fireball003
  • 1,909
  • 5
  • 20
  • 24
11
votes
3 answers

How should I implement User Stories in Bugzilla?

A few individuals at my work have come together to form a group whose goal is to analyze the benefits of implementing some Agile software development / project management principles. As a developer, I see great benefit in User Stories. We're…
Kevin Swiber
  • 1,546
  • 11
  • 13
11
votes
17 answers

How to manage personal projects

I am a student and I always develop projects on my own, mainly with Ruby On Rails. I noticed that even a simple project may become complex if you can't easily rescue deleted code and pass from a version to another. Time Machine backups are not…
collimarco
  • 34,231
  • 36
  • 108
  • 142
11
votes
8 answers

Using a Wiki for Requirements Management?

I have been looking for a collaborative tool for developing functional specifications. I am looking for the ability to: Have multiple users contribute to the specification. Provide some form of traceability, which could be done manually if needed.…
Zaffiro
  • 4,834
  • 5
  • 36
  • 47
11
votes
4 answers

Should I use git to deploy websites?

I have a site running on django, (but the question applies to anything, php, etc) Currently I'm using unison to deploy my changes, and I (kinda used to) love it because before that I was doing it manually!! Now, as I'm getting my feet wet with git,…
hasen
  • 161,647
  • 65
  • 194
  • 231
11
votes
1 answer

TFS with Mercurial source control

I must say, that I know almost nothing about TFS. But have worked with its source control system. For now our team uses Mercurial as source control system, but our managers want the all-in-one system to manage the projects. They want to use Team…
0x49D1
  • 8,505
  • 11
  • 76
  • 127
11
votes
4 answers

Managing multiple code branches and deliveries

I work for a small one-product one-customer company that is transitioning to a one-product, multiple-customer company. Even though we've had just one customer, we've had different projects with different delivery dates, but for each project we've…
gc.
  • 151
  • 1
  • 8
11
votes
3 answers

Git management technique when multiple customers need multiple customization

I'm working on a application project which will be used by many customers, and they may need customization seperately. That is, assume that we sell our application to 1000 clients, we may need 1000 customizations (e.g. difference on handling…
Hoseong Son
  • 247
  • 4
  • 18
11
votes
3 answers

How do you find a particular piece of functionality in a large codebase?

I was fascinated by the "press Tab to search site" feature in chromium, so naturally I wanted to see how exactly it was implemented in code. A little background for anybody who aren't familiar with this. After navigating to some site, say…
hanDerPeder
  • 397
  • 2
  • 12