Burndown Graph Protocol: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "=Introduction= OSE needs a reliable way to track individual module burndown and the burndown of the entire GVCS. Let's start first with individual module burndown. A Devel...")
(No difference)

Revision as of 03:22, 25 February 2016

Introduction

OSE needs a reliable way to track individual module burndown and the burndown of the entire GVCS.

Let's start first with individual module burndown.

A Development Spreadsheet, such as the 3D Printer- [1] - can be parsed for its last column, which is the level of completion. This parsing can occur daily, and a burndown graph displaying percentage of completion as a function of time can be generated. If the script runs automatically, the burndown would get updated automatically. This graph could be embedded in the wiki. An automated script for doing this should be written so that a burndown graph for any module can be displayed.

The idea is to use cloud editable docs, such as Google Spreadsheets - so that item completion and filling in the completion level leads to an automatic updating of the burndown graph. A template script for doing this is needed so this script can be applied to any spreadsheet.