Improve project management with tracking system Joshua Hua csci577b.

Slides:



Advertisements
Similar presentations
Based on the XP Game by Vera Peeters and Pascal Van Cauwenberghe ( 1Software Engineering /Spring.
Advertisements

Agenda −Scrum with TFS 2010 using MSF for Agile 5.0 −Planning the Project −How do you plan the project? −Project planning in TFS 2010 −Planning a Sprint.
Chapter 10 Schedule Your Schedule. Copyright 2004 by Pearson Education, Inc. Identifying And Scheduling Tasks The schedule from the Software Development.
JIRA – An Introduction -Arpit Jindal
Morning – 9am Getting Started Agile Manifesto Values & Principles Scrum Framework ~~ 10:40 to 11:00 Break ~~ Scrum Roles Backlog Grooming Estimation.
CS 325: Software Engineering April 7, 2015 Software Configuration Management Task Scheduling & Prioritization Reporting Project Progress Configuration.
Your Presentation Title Names of Team members Advisor name EE496A Midterm Presentation Fall, 2006.
Extreme Programming--a “New” Process Model Extreme Programming-- a “New” Process Model.
Project Time Management
Defining the Activities. Documents  Goal Statement defines why helps manage expectations  Statement of Work what gets delivered defines scope  Software.
Big Projects  Part of this class is about picking a cool software project and building it 1.
Journyx Projectlink™ Timesheet™ integration with Microsoft Project ® ENTER.
07 – Project Management Software
Sofia Bulgaria Summer School IST eXPERT: Best Practice on e-Project Development 30 June - 2 July 2003 eXPERT Best practices.
© 2010 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. Deeper Dive Into: User Stories.
Software Development Landscape
Burn Down Chart Pepper. Purpose When do I plan to finish? Am I on track to finish? Is every member of my team on track? Should I replan early?
Project Management Chapter 3. Objectives Become familiar with estimation. Be able to create a project workplan. Understand why project teams use timeboxing.
Extreme programming overview Agenda  Extreme programming goals  Extreme programming values  Extreme programming practices  The Extreme programming.
© 2012 About Me Doing agile since 1999 Start ups / Enterprises Planigle - Consulting and Training Qcue – VP, Engineering.
Introduction to Version Control SE-2030 Dr. Rob Hasker 1 Based on material at and slides written.
XP Explained Chapters 7-9. Primary Practices  Sit together Ideal Resistance Multi-site  Whole Team All the necessary skills in a single management structure.
Dr. Nguyen Hai Quan.  Why SCRUM?  What is SCRUM?  Some terms  SCRUM Meetings  Sprint  Estimation  Product backlog  Sprint backlog  Whiteboard.
Process Presentation Kin Wan Li, Ashley Zoch, Mevesh Gopee, Damian Ridgwell, Edwin Lusala,
Team Assignment 3 Team 4 – K15T2 Present. Introduce to project Goal of project Profitable for Honda Vietnam Company. Improved working process. Increases.
MS Project 2000 / 2003 Luke E. Reese Biosystems and Agricultural Engineering September 17, 2009.
Process Presentation 27 th May 2010 Team BASH Sher Jun Tan, Rosh Sam Abraham, Sascha Morris, Waqas Khalid Lone, Rafael.
Applied Software Project Management Andrew Stellman & Jennifer Greene Applied Software Project Management Applied Software.
SCRUM.
© 2010 Marcato Partners, LLC Scrum Experience Group Team Foundation Server (TFS) Marcato / Kardia Health Systems April 27, 2010.
Experience Report: Test Automation in an Agile Environment Len Vaz Oct 13, 2010.
Using JIRA for Issue and Project Tracking
WHEN TITLE IS NOT A QUESTION N O ‘WE CAN’ CA Agile Vision Product Manager Michael Lester.
Text Firefox Metro Project Production Pipeline. Text Our Approach.
TargetProcess - AGILE Project tracking tool Shashwat Gupta CS
10/23/2009 Alpha Prototype. 10/23/2009 TOPICS FOR TODAY Project Schedule o Achievements o The last few weeks... System Design and Architecture (new) Prototype.
CS 350, slide set 4 M. Overstreet Old Dominion University Spring 2005.
Continuous Automatic Deployments with Windows Azure, TFS Online, and Visual Studio 2012 Project management with TSF Online & the Agile Method Matt Young,
1 Development with Agile methodology Scrum Lifecycle DEVELOPMENT PROCESS IN DROISYS INC.
© Copyright 2008, Information Control Corporation. All rights reserved. Project Management Bytes Making WBS work for you! 1.
Managing multiple projects or services? Have a mix of Microsoft Project and more simple tasks? Need better visibility and control?
PA Techcon: Project management
Time Management Tips for Students
Scrum and TargetProcess
Project Management Chapter 3.

SCRUM the Schedule This presentation provides an introduction to:
CS 325: Software Engineering
Client Management Managing Client Expectations
Issue Tracking Systems
Taking an Iteration Down to Code
Burn Down charts for Project Management
9/18/2018 Department of Software Engineering and IT Engineering
Defining the Activities
Scrum Experience Group Team Foundation Server (TFS)
Burn Down charts for Project Management
Teaching slides Chapter 3.
Scrum - Plan a Sprint Great Video (but added release /sprint layer)
Burn Down Chart Pepper.
Tool for Resource Insight, Allocation, and Graphical Evaluation
Planning and Estimation.
Project Planning and Estimation
Iteration Planning.
CSCE 747 Software Testing and Quality Assurance
Planning and Estimation
Iteration Planning.
Project Iterations.
Write a story about the picture
Your Project Title (It is YOUR project, not the team's project, not CAM2) Your Name Date.
Presentation transcript:

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

Rationale of using trac 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

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

A picture worth a thousand words