Skip to content

Expanding project reporting functionality #204

@jennyhickson

Description

@jennyhickson

Once finish_milestone.py has been run all the PRs are archived from the project. In order to easily gather statistics about a release its therefore good to gather that information as part of the script. There is currently a short reporting function that prints the number of pull requests by repo to the terminal while running which can be expanded and modified.

Questions:

Breakdown:

  • In finish_milestone.py modify the report to store the current repository data to a suitable file
  • Update review_project.py so that all details required are extracted from the raw json
  • Add functions to aggregate those statistics nicely (there are routines for counting items but they are limited at the moment)
  • Expand report funtions to cover the extra stats
  • Move report functionality to its own file if wanted

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions