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

Critical path with given start and end times instead of cost

I'm having trouble computing the critical path of a network of activities. The data I have to work with is a little different than what I have seen in simple examples on the web. That is I have the start and end times of each activities, from whom I…
Ote
  • 301
  • 1
  • 5
  • 16
0
votes
1 answer

Managing GIT forks

Another noob question from a Git newbie. I have a git repo, with two devs working on two different forks. The requirements were that everyone should be able to work independently and after some changes both would create a pull request and I would…
pushkal
  • 3
  • 1
0
votes
4 answers

Manage visibility between projects and users on Jira

I know that we have groups and roles but I cant figure out how to separate users from projects. So I want to make projectA visible for DeveloperA and projectB for DeveloperB. Maybe some tutorial on how to do this? Thanks for any help
Marks app
  • 13
  • 3
0
votes
8 answers

Software task/project planning books?

I'm looking for a book that tells you how to split up a software (or anything; doesn't have to be software-specific) task or project into discrete chunks, and helps elucidate all the issues and nuances that aren't apparent when you just start…
0
votes
1 answer

Fowarding Email to CRM Systems -- What's the advantage?

I'm using Basecamp as a trial and Highrise as a trial and both offer the ability to cc emails from clients into the system. I'm a web developer and usually my team is myself and one or two IC's, plus the client(s). All of my email is very highly…
TheW
  • 43
  • 2
0
votes
3 answers

What is the worst project failure you've ever been on?

Most importantly, why did it fail? What I'm looking for here is pathologies that anyone, whether new to the team or just waking up one day,can spot.
Dustman
  • 5,035
  • 10
  • 32
  • 40
0
votes
1 answer

How to do Time Estimation in new Projects

I am new for this Responsibility, however I have analyzed many projects as a Software Developer and given time estimation of the task. But it is difficult when you are Team leader and don't know about your developers skills. because sometimes it…
Nitin Vijay
  • 1,414
  • 12
  • 28
0
votes
1 answer

gitignore globbing or RE?

I have a little trouble with some auto generated binary files in my project. So, I have 2 questions: 1)Does gitignore ( the file from a git repository which says which files should not be tracked) uses globbing or regular expressions ? 2)FOr files…
coredump
  • 3,017
  • 6
  • 35
  • 53
0
votes
1 answer

Compile and link when dependent header file changed in other directory

I have 3 questions about compiling and linking my project in fewer steps... First, my project looks like: ( I use Watcom C to compile//link my project ) Directory 'MyProject' contains 3 sub directories for different modules and some…
liaoo
  • 193
  • 2
  • 15
0
votes
2 answers

Best place to put a xml in a solution with few projects

I have the following solution structure: Portal.DataAccess -> Class library project with methods against database... Portal.DomainEntities -> Class library project (Where i have my storage classes) Portal.Business -> class library (proxy between…
Jose3d
  • 9,149
  • 6
  • 33
  • 54
0
votes
2 answers

Web Development Version Control - Multiple Versions

I'd like to hear how other web developers manage their websites over the life of the project. For example I have several sites I've been developing for several years where a "version" could be a completely separate code base. So version 1.0 might…
John
0
votes
1 answer

A Newbie asks experienced programmers: Rewrite from scratch - recommended or no?

I am a self-thought newbie programmer and I am working on my first web application - a website on which users can register, log in, and then post things into a database or search the database. I am currently at about 150 files, and have learned a…
0
votes
6 answers

What are the possible obstacles for a project if team members are geographical far from each other?

Situation: A team is currently working in the same office. Due to reasons unknown to the team members, they will have to be split up to work on different offices. What are the possible obstacles for the project if team members are geographical far…
Randell
  • 6,112
  • 6
  • 45
  • 70
0
votes
7 answers

Requirements and technical design as a single effort?

I've been working on a large, multi-year project as a web architect. So far, my responsibility has been to take requirements documentation provided by the customer's analyst and translate them into technical design documentation. The 'powers that…
frankadelic
  • 20,543
  • 37
  • 111
  • 164
0
votes
1 answer

what is a good practice for separating software module's UI files, put files in different folder or put files in different web solution in asp.net?

# Scenario large Enterprise project. If puts files in different folder, then solutions becomes very slow while build/debugging, also searching file in folder directory is painful sometimes. If puts files in different web project then it is heard to…
Ashraf
  • 347
  • 2
  • 3
  • 9