improve project management with tracking system joshua hua csci577b

5
Improve project management with tracking system Joshua Hua csci577b

Upload: anissa-scott

Post on 22-Dec-2015

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Improve project management with tracking system Joshua Hua csci577b

Improve project management with tracking

systemJoshua Hua

csci577b

Page 2: Improve project management with tracking system Joshua Hua csci577b

Problems• We work as individuals instead of team

• We don’t write down the task list for the team

• We don’t track the individual effort very well

• We don’t discover the dependencies between tasks early

• We don’t break down the team work and schedule individual task very well

Page 3: Improve project management with tracking system Joshua Hua csci577b

Rationale of using trac

• http://trac.edgewall.org/

• Free and Open-source

• It’s written in python, easy to modify and deploy

• Integrate with SVN, bugzilla, eclipse, etc

• Rich plugins

Burn down chart, Backlog, etc.

• Many successful stories using trac

MythTV, Pidgin, Virtualbox

Page 4: Improve project management with tracking system Joshua Hua csci577b

Benefits

• Define the task in detail

• Track effort by task(both estimation and actual cost)

• Define priority of task

• Assign task to some team member

• Give you a big picture of all the tasks for team and help manager to discover the dependencies and schedule the tasks for individuals very well

• Trace reversely from requirement to the code

Page 5: Improve project management with tracking system Joshua Hua csci577b

A picture worth a thousand words