Project management is the discipline of planning, organizing, securing, and managing resources to achieve specific goals.
0
votes
1answer
114 views
Solutions for Project management [closed]
The team consists of 3 people.
The method of development is Scrum.
The language of the project is C++.
The project will be under the control of the git system.
The start up budget is 0.
The ...
1
vote
1answer
422 views
Issue tracker with project management system in sharepoint
I'm in the process of researching the idea of doing a issue tracker / project management system in SharePoint. The idea is to have a central portal site where the issue tracer list would be accessible ...
0
votes
0answers
146 views
Resource Planning tool [closed]
I am a production manager in a company of about 70 people. I need to check that all the teams are fully staffed, I need to know when a person is going to be without work to allocate him/her in another ...
8
votes
2answers
1k views
How to commit on Github and automatically mark done on Basecamp?
I have Github account and Basecamp account. I have already setup my Github to use Basecamp service hook by selecting Service Hooks Menu and select basecamp. Fill all required form and get the setup ...
0
votes
0answers
26 views
How to manage support issues from end-users whilst trying to maintain sprint committments? [closed]
One of the challenges for a small organisation performing scrum is the ability to provide some predictability of product delivery whilst also managing timely responses to client queries on the current ...
1
vote
3answers
155 views
What is Story Point
I was going through the definition of Velocity of a project. As per my understanding its the number of story points acheived vs planned in an iteraction.
I am not clear on what is a story point?
0
votes
0answers
34 views
Project Management and Step Sequence
I have a question because of my xcode project. At the main page I want to have a project management. There you can add a project and if you push on it you change the page. At the following pages I ...
2
votes
2answers
145 views
project organization with R [duplicate]
Possible Duplicate:
Workflow for statistical analysis and report writing
I have been programming with R for not too long but am running into a project organization question that I was ...
1
vote
1answer
49 views
What is a good site to use for scheduling 20+ developers and 10 projects? (resource planning) [closed]
I have around 20 developers and 10 or so active projects. Then I get asked if my team can take on more work, and who is going to free up when. Currently we are using a spreadsheet to keep track :(
...
2
votes
2answers
252 views
How do I use Greenhopper to manage developers across multiple projects?
We are currently using Jira 5.1.6 with GreenHopper 6.0.5. We have a lot of projects, probably about a dozen total but only a few that are actively worked on at a time, with the rest being there for ...
0
votes
1answer
136 views
Microsoft project - Automatic Scheduling? [closed]
I am trying to solve a problem and I don't know if MSP will be able to do what I want.
I need to relocate some equipment. The resources that facilitate the process are not available on all days. ...
0
votes
1answer
236 views
BAC and BCWS on Earned Value Management
Are there differences between BAC and BCWS on the technique of Earned Value Management?
I know that BCWS (or PV) is the planned value of an entire list of project's activities.
And, BAC is the Budget ...
2
votes
1answer
157 views
Handling multiple projects within Redmine / SVN (single repo)
Current setup is VSS with a single master project, nested under this single project are numerous other projects (typically with other nested projects within).
I'm trying to move to SVN (VisualSVN) ...
1
vote
5answers
2k views
Task hours vs story points in Scrum
Is there a strict relation between task hours and story points? If a user story with a story point of 10 takes 100 hours, should a story with 15 story points take around 150 hours? If not so, what ...
1
vote
1answer
66 views
Insisting on “Coding Style”, “Naming Conventions” and “Documenting the Code” [closed]
I really don't know it this question fits stackoverflow and so sorry if it doesn't. I will really appreciate it if you let me know where should I ask such Qs.
Working in an small company as head of ...
0
votes
1answer
122 views
Is this activity graph correct? (software project management)?
These are the conditions:
https://www.dropbox.com/s/9jlafuuhyyh0r9u/Act%20diagram.PNG
The diagram I created is :
https://www.dropbox.com/s/vzhwhwegeizxo56/Activity%20diagram.PNG
2
votes
1answer
306 views
Git squash merge or git force push?
We're using gitlab. Master branch is protected and only project owners can commit/accept merge requests to the master. Other developers send a merge request to get their code into master.
When we ...
0
votes
1answer
113 views
Project management which intelligently schedules your work
I'm looking for some utility / software that is able to schedule the development work. I have tried MS Project 2003 and 2010, and Team Task Manager. No doubt, they are good utilities! However, there ...
1
vote
3answers
216 views
Kanban to organize development of new software
In our team we are evaluating to use the kanban board as an organization tool for software development. The development phase will take about 6 months with a team of 5.
We have as input all the ...
2
votes
0answers
66 views
Industry standard developer team organisation [closed]
I guess this is a hugely expansive question, but I hope it's appropriate for stack overflow and any advice is greatly appreciated.
I am an experienced solo developer. I know how to lay out a class ...
0
votes
3answers
92 views
What's the best tool to manage features / tasks in Eclipse
Is there any plugin (preferably free) for Eclipse that offers :
Task assignement and monitoring
Mapping features/tasks/bugs/code
Statistics
Email notification
Thanks
0
votes
2answers
67 views
How do large websites work collaboratively? [closed]
I know this must be answered somewhere, but I'm going to ask it anyways as the suggested duplicates are not the right ones. I'm not looking for "well this is a solution" or "well I like this software" ...
0
votes
1answer
201 views
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 ...
0
votes
1answer
30 views
Tools/Platforms for developers to record and document project for documentation [closed]
What are some of the tools/platforms developers use to record and document their project for communication between members of the team, and also for people outside of their team to understand their ...
3
votes
2answers
431 views
What's a good and simple tool for Scrum Project Management in game development? [closed]
I'm looking for an efficient, easy-to-learn tool for Scrum project management not for proffesional use but to use it in my thesis concerning the use of Scrum in game development. Basically I want to ...
0
votes
1answer
53 views
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 ...
0
votes
0answers
144 views
Making our own custom Users permission and group permission/role management module in asp.net project
I am trying to build Users permission and group permission/role management module in my asp.net project, that will be used for giving access to various folders and showing them menu bar according to ...
0
votes
4answers
42 views
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 ...
3
votes
5answers
572 views
git multiple repository management
I am working on a project where we manage external libs/headers and qa with git. Here is what every developers' directory structure looks like:
~/dev/proj
~/dev/ext
~/dev/qa
proj, ext and qa are ...
0
votes
0answers
59 views
Hosted Project Management system with Subversion / Git integration [closed]
Any good solution for hosted repositories with project management integration that is easy to use and can track time as well.
I'm looking for redmine kind of solution and don't mind paying for ...
1
vote
2answers
65 views
Howto create bzr repo which consist of many project
I have big project which consist of many smaller projects, files, packages, iso's, etc. and I'd like to keep these files in some control system perhaps Bazaar.
The problem is some of projects are ...
0
votes
0answers
72 views
What should be the relationship between these classes? [closed]
I am making a Java program to organize and edit my college notes and manage tests, so I wrote down the main concepts that will become classes and be serialized, but can't determine the best class ...
0
votes
1answer
46 views
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 ...
1
vote
3answers
115 views
How should be dependency between projects?
How much the projects should be independent of each other?
I have a very big Visual Studio solution, in which all the projects are dependent to each other. I am not able to take a single project from ...
0
votes
0answers
223 views
Are there any project management alternatives to MS project? [closed]
Are there any project management alternatives to MS project which provides similar features, on Ubuntu?
Specifically, one that handles recurring tasks would be very useful.
Thanks.
1
vote
0answers
87 views
Integration Visual Studio 2010 and MS Project 2010?
Is there any kind of integrations possible between those two?
We'd like to manage everything with TFS\VS2010\Project all linked together. If we add a task in TFS assigned to a dev, we'd like to see ...
0
votes
1answer
69 views
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 ...
0
votes
1answer
203 views
project management software in android [closed]
I am new to Android developing but I have sound knowledge in Java. But I have to develop a project management software for a Android tab.Basically a Gantt chart drawing software. I have no Idea where ...
0
votes
1answer
70 views
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) ...
1
vote
5answers
87 views
How to manage a project on ruby on rails 2.3?
I have a large ruby on rails 2.3 which was now a disaster because of the slowness and many bugs. I'm the only programmer and every day I've done debugging and tearing my hair off because of this. The ...
0
votes
1answer
94 views
Strategically development decision for my newly established software company
i have a new software company where i am planning to develop CRM system. so i have settled down on the technological approach i am going to use:-
I will use an open source java-based CRM engine.
I ...
0
votes
0answers
108 views
Organize Two Different Versions of Web Application Written in PHP
Let's say there are two versions of a program like a standard and a pro version written in PHP. The pro version has features that the standard doesn't have. The number of files used in the project is ...
1
vote
1answer
35 views
how to copy a file into xcode project but not to the root folder
when dragging a file into the project explorer in xcode, you are asked if you want to copy the files into the project if needed. if you check that box the file is copied into the root folder of the ...
0
votes
3answers
102 views
Are there any nice, integrated solutions for Bug/Time tracking and Project Management?
Similar questions were asked about 2 years ago.
Bug tracking/project management software
Project management with bug tracking integrated
I'm hoping there have been improvements since then and ...
0
votes
0answers
494 views
OpenSource Time/Project-Tracking SW (ASP.net/C#/SQL Server) [closed]
I'm looking for some hours right now, but didn't found any application that would fit my needs. I hope you can help.
I need a time management / project tracking application done in C# with Asp.net ...
2
votes
1answer
133 views
How to manage multiple versions of a project in Git
I have a project that is open sourced using git for revision control. Soon, I am going to release a premium hosted version of the project as well, but there will be changes made to the code ...
0
votes
1answer
235 views
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 ...
0
votes
2answers
56 views
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)
...
1
vote
1answer
118 views
Using one Mercurial repository as local for two Mercurial installations
We have a dedicated issue tracking (Redmine) machine, which has a Mercurial repository (call it "Redmine repository"). Redmine is set up to use that repository, and as far as I understand, Redmine ...
0
votes
1answer
97 views
A Newbie asks experienced programmers: Rewrite from scratch - recommended or no? [closed]
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 ...

