hercules icon indicating copy to clipboard operation
hercules copied to clipboard

Add the plot of bugs per person/unit through time

Open vmarkovtsev opened this issue 5 years ago • 1 comments

It is possible to classify each commit as bugfix or not using its message. If it is a bugfix, we record the owners of the changed lines and consider that the bug is theirs. We also record the structural units (functions, classes and files) and relate bugs to them.

vmarkovtsev avatar Oct 23 '18 18:10 vmarkovtsev

This requires:

  • Extracting the incremental blame into an intermediate pipeline item
  • Using that item for Burndown and this analysis.

vmarkovtsev avatar Dec 14 '18 09:12 vmarkovtsev