Agoric / eng-process

0 stars 1 forks source link

Tool for per-engineer issue load and velocity. #1

Closed Tartuffo closed 2 years ago

Tartuffo commented 2 years ago

ZenHub and GitHub's tools don't give us some of the critical answers we need for our planning efforts.

In particular:

  1. How many story points does each engineer have assigned to them?
  2. How many issues without story points estimated does each engineer have?
  3. How many story points has each engineer closed since the beginning of the release effort, and what is their calculated velocity based on that?
  4. Based on their velocity, how much time do we predict each engineer to complete their assigned work?

Build a tool which downloads the relevant data from ZenHub and GibHub, and generates a report which supplies the above answers that we need.

Tartuffo commented 2 years ago

Re-opening to create a PR for the script that uses the data that get_issue_data.py pulls from GitHub and ZenHub.