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
0
votes
1 answer

Project management of both mixed and binary files

we develop software which also includes a lot of art assets (binary files). We would like to version control our source code, but do not keep track of binary files changes (artists works separately and upload new art assets). However, one checkout…
user206334
  • 850
  • 1
  • 8
  • 18
0
votes
1 answer

Database schema/design for storing metrics

For clarification, I don't want to store metrics on the database itself - rather, I want to build a database to store metrics from the various controls we measure at my organization for easy reporting. A little background: as manager, I pull…
0
votes
5 answers

How do you organize your development environment

I've got a folder with all my projects, in different languages. Then I've got the libraries that I might eventually use in my code (mostly jar files). I'm sure there is an accepted practice, right? What do the professionals do?
Jay
  • 449
  • 1
  • 5
  • 16
0
votes
11 answers

How do you let people work on a project without exposing them to the whole code base?

I'm Co-Founder and CTO of OnePage (http://myOnePage.com/joel). I'd be interested to hear your views and answers to this particular problem: I'm certain Yahoo! or Google don't expose their entire code to their developers! I was just wondering what…
joelg
  • 83
  • 1
  • 9
0
votes
2 answers

Can't open C++ projects in VS2008

I had installed VS2010 and VS2012, and I always used C#. I started to do 3D development with OGRE3D and I tried to set up Newton Game Dynamics with it, but it looks like all the tutorials and set-up instructions are really, really old and I only…
Pacha
  • 1,438
  • 3
  • 23
  • 46
0
votes
1 answer

Roll Up Task in Team Foundation Server

We are using TFS 2008 for project managmeent and I am looking for a method to roll up smaller tasks into larger tasks within tfs. Our work flow works like this: I create a new large work item, say 'Implement web page X' and assign it to my…
ben
  • 3,126
  • 3
  • 37
  • 51
0
votes
1 answer

Managing a collection of Rail Tracks for Trains

Say I Have rail objects named 1 to 6, and trains objects that are passing throw them. Each rail can have one train. I Have Two Tracks for the trains (Are a sequence of rails) and the tracks can include same rails. For example: Track1 : Rail1 -…
0
votes
1 answer

Using multiple Projects in NotifyIcon Application

So I have the weirdest of all problems. I just wanted to write a simple c# WinForms tool for personal use when I ran into it. I`ll begin at the very start, the real question will be at the very end. So I made a NotifyIcon Application. This is very…
0
votes
1 answer

Web based database interface for multiple (same structure) elements

I wonder if there are ready database/dataset interface software (better open-source) to implement within company to follow multiple elements. e.g. i have 1000 construction sites (elements) which all have same lifecycle. initiation (dates, types…
Crimix
  • 399
  • 1
  • 2
  • 11
0
votes
1 answer

the most important books for project manager

I'm trying to learn about critical skills for a PM and how to develop them, so I am looking for books that can assist me in this. "Peopleware" and "Code Complete" I think are a "must", but are there other more important books or other must-haves?
LetMeSOThat4U
  • 6,470
  • 10
  • 53
  • 93
0
votes
4 answers

Structured UAT approaches

As a developer I often release different versions of applications that I want tested by users to identify bugs and to confirm requirements are being met. I give the users a rough idea of what I have changed or new features that need testing, but…
HAdes
  • 16,713
  • 22
  • 58
  • 74
0
votes
4 answers

What is a scalable process of Project Management in Small Development Firms?

We have a small company team and even smaller Development team. The current process is that each Sales Rep (SR) is the actual Project Manager of each web application sold. Developers obtain requirements, functionality and design from the SR…
Geo
  • 8,663
  • 13
  • 63
  • 93
0
votes
1 answer

Should my shared entities be versioned separately from my webapps?

We have 4 webapps that run on the same server and communicate with the same database. They use JPA annotated classes to communicate with the database. They also will be on separate repositories so they can be versioned independent of each…
Joe
  • 4,585
  • 3
  • 37
  • 51
0
votes
1 answer

Time Tracking software with Project Overview

Does anyone know of time tracking software like "toggl", that gives very basic project,task, time recording but that will let you add a start and end date for each project so you can just see how many projects there are lined up in your yearly…
katyholb
  • 41
  • 5
0
votes
1 answer

Using git to manage an open source and premium version of a single application

Possible Duplicate: How to keep public and private versions of a git repo in sync? We have an application that is open sourced on GitHub using git, but we want to split and create a new version of the project which is premium i.e. we are going to…
Justin
  • 42,716
  • 77
  • 201
  • 296