Skip to content

[Feature] activity of each user in a repo by month #1186

@tyn1998

Description

@tyn1998

Description

Hi OpenDigger community,

In Hypercrx we have a feature called repo's developer network, which consumes data file like: https://oss.x-lab.info/open_digger/github/X-lab2017/open-digger/developer_network.json. With the data in the file, we can know each user's activity in that repo with the time span of 90 days.

Hypercrx is looking forward to datas that has every user's activity in every month for a repo. Maybe the data file is organized in this way:

and a possible json scheme for a file might look like this:

{
  "2020-08": [["frank-zsy",43.85],["xgdyp",22.36],["longyanz",13.09],["birdflyi",9.83]],
  "2020-09": [["frank-zsy",23.85],["xgdyp",22.36],["longyanz",13.09],["birdflyi",5.83]],
  ...
}

With these data files, Hypercrx can implement features like:

These data can be generated when repo's activity is computed, right? Not cost too much?

Metadata

Metadata

Assignees

Labels

kind/featureCategory issues or prs related to feature request.waiting for repliersneed other's feedback

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions