jeffpriz / devops-pr-stats

Azure DevOps extension to give you stats on your Pull Request process
https://marketplace.visualstudio.com/items?itemName=OneLuckiDev.prApprovalReport
GNU General Public License v3.0
26 stars 11 forks source link

Is this project still under development? #19

Open cliftonz1 opened 2 years ago

cliftonz1 commented 2 years ago

Just curious, it looks like it has not been touched in a while but I think this has a lot of potential.

I personally would love to see the following:

hblake316 commented 2 years ago

Is this a planned update? I'd love to see these stats as well, especially average PR size.

jeffpriz commented 2 years ago

How would you calculate Average PR size? Are you looking for the number of files changed in the PR? or something else?

hblake316 commented 2 years ago

Maybe something like this:

Files changed: 2 File 1: +20 lines File 2: -10 lines

cliftonz1 commented 2 years ago

@jeffpriz Yes, average number of files / lines changed in a PR.

So with the above example: We would have on average 2 files changed and 30 lines changed on average.

This would be able to be filtered by team, where if a person is in more then one team. It counts towards both.

jeffpriz commented 2 years ago

I feel confident on getting the number of files.. will have to look in to if/how i can get the number of lines .. feels like the api has to provide that but not sure off hand

hblake316 commented 2 years ago

Great!