monocle icon indicating copy to clipboard operation
monocle copied to clipboard

Raw data for certain metrics

Open Hixie opened this issue 4 years ago • 1 comments
trafficstars

One of the features I was hoping to find in Monocle is a way to determine who is actually active in the repo, so that I can figure out who's access permissions should be removed (so that people who are no longer active don't become targets for attackers).

While it seems to be possible to get a list of the top 10 people who have submitted PRs, it would be great to be able to download a CSV of all the people who have contributed in a given time range (ideally also in issues; see https://github.com/change-metrics/monocle/issues/421) along with stats for those people, so that we could then compare that data to the list of members.

(Even better would be if monocle itself could fetch the list of people in the organization and report on which people in that list have not been active recently; see https://github.com/change-metrics/monocle/issues/423.)

Hixie avatar Jun 14 '21 23:06 Hixie

It seems like only the changes query let you get a complete list of document. Perhaps a similar query could be implemented for authors.

Then for the list of well known author, I think the idea is to use the project definition to include list of member. That would let you configure your organization members, at least until monocle can do that automatically.

TristanCacqueray avatar Jun 15 '21 02:06 TristanCacqueray