project-management

Are There Agile Processes For Agency Type Work? Scheduling Question.

I have just moved to a company where the production team is 15 strong, and consists of a mixture of back end and front end developers, testers & creatives. The team are working on multiple projects at the same time. Its agency work, so projects are fairly small, a CMS corporate website, a basic e-commerce site, that sort of thing. At th...

Portal Application Development Steps Question

Hi, I have a tight timeline to deliver a new portal application that initially will host a new product, but overtime will be the place that we migrate all of our existing portals into (a single look and feel and eventually single data warehouse). The major steps that I see for the initial phase are: - Design UI - ********...

What is a good way to plan a series of events that occur within less than a day?

Hi there. I'm looking for something, like MICROSOFT PROJECT, for tracking projects comprised of complex series of events, most of which occur within a single day. I was thinking "project management software" because I still need to track dependencies, predecessors, etc. All of the apps I've tried recently have no capacity for dealing...

Managing my first project

Hi, I received an exercise: control a chess game. No AI, just a human-vs-human chess game. This is the first full-blown project I'm developing. I have 3 weeks, during which I have about 2-4 hours every day. I'm developing alone. How do you suggest I manage the time and the flow of development? Thanks, Nur ...

Always staying behind at work - sign of bad project management?

Leaving work at my contractual end of play time seems to be a rare event. Usually work has to be done that requires working an hour over the end of the day, or a meeting (time differences are a real pain). Is there anything I can do to avoid this? I already make sure I don't start a task in for the end of the day (or the end of the next...

Typical rule of thumb for dividing pieces of code into seperate projects

I'm wondering when to divide code, and components of a project into a separate project. I'm creating a MVC .NET Web project, and there are many directories/sub-directories, and I haven't even started getting into some of the background processes that will take even more space. I'm just trying to work on organizing projects and the code...

How to integrate QA into the Sprint

One of the challenges with Scrum is how to fit QA into the process. Sure, QA works with the developers on each individual user story during the Sprint, but what about giving QA time with the fully completed sprint to do a full regression and load test before releasing into production? I've seen 2 approaches: launch into production on ...

Creating Tables at runtime vs Creating Databases at runtime.

I am building a customer sales and invoicing app for a company.The app is in PHP MYSQL, but I guess that shouldn't matter much. The app structure is as follows: website files: .php, ,.htm, images and css database: containing 20+ tables The app is currently being used by the company and 2 other sister concerns(beta testing mostly). Si...

taskjuggler w/ multiple dependencies where task length depends on previous tasks

I have a task Z that can only be completed once either task X or task Y is completed. Also: % The length of task Z depends on which of X or Y is completed: % If task X is completed, task Z takes 4 hours % If task Y is completed, task Z takes 7 hours % Task X takes 5 hours to complete % Task Y takes 3 hours to complete % Task...

Any tactics for getting good project team members?

Hi, Currently I am studying in university. As normal part of my course requires me to form a project team. Any advice on how to look for good team members? I would like to be a team leader. What's the definition of a "good" team member? Thanks. ...

Change Management , what should be ideal flow?

I am trying to devise an ideal work flow which involves client, PM , Configuration manager, team leader, developer , tester and finally the repository itself. Who would control what,how will the information flow and what role should the PM have when a change is requested. ...

Distribution responsibilities for code of long-living large project

Suppose you are project manager of large project with a lot of code which was developed for long time. For some parts of code team have knowledge, for others - not. It is good to distribute responsibility between team mates in some wise way. There are no problems with the code the author of which is still in the team. But the approach ...

What are all the metrics used to find success or failure of Scrum Model in a company?

How to conclude whether Scrum model fits for a company or not? How long will it take to see the effect for a company of size 100 (employees)? Will it effect in company's profit directly? How to calculate profit or loss of a company after agile implementation? ...

good proposal -> uml -> software agile workflow for software facilitators / managers

Are there good videos / presentations / papers / books that detail or demonstrate the idea of "the agile workflow for the manager / facilitator" who needs to be in ongoing contact with the client, the design team and oversee the implementation? Not just the single project workflow, but a workflow that involves multiple, possibly simulta...

How do I track progress when using Kanban?

We are thinking of moving from Scrum to a more Kanban style of development, however one thing that is not clear to me is how to monitor progress under Kanban. I have read that progress can be measured by monitoring the cycle time of each story and then presumeably applying this time to the number of outstanding stories. But this seems t...

JIRA/confluence alternative

Please tell me what kind of programs you use insted of JIRA/confluence. I don't like jira because the design is so Java style. For example I like the PivotalTracker for tracking fresh projects. What do you suggest? THX! ...

Managing personal projects

Hi all, I want to introduce Jira and Perforce for my personal projects at home. The question I have is about infrastructure. How do you setup your personal production environment? Do you have an own server at home that hosts source control and project management, do you use a rented server or does this all run on your (main) development...

Getting a listing of Trac projects in Python

Is it possible to do something like using the trac module in Python in order to get a listing of all of the projects in a given directory? If possible it would be nice to get things like the description, too. I can't seem to figure out how to do it. Thanks for any help you can provide. ...

Please recommend an integrated solution for a corporate intranet?

I did some searching on google and stackoverflow, and was dissatisfied with the results. What I want is an app that is: easy to install and configure easy to use multilingual preferably lightweight preferably low-cost or open-source and integrates: List item hierarchical content management (with different views for different peopl...

How does Python's lack of static typing affect maintainability and extensibility in larger projects?

After reading this very informative (albeit somewhat argumentative) question I would like to know your experience with programming large projects with Python. Do things become un manageable as the project becomes larger? This concern is one thing that keeps me attached to Java. I would therefore be particularly interested in informed ...