-
Notifications
You must be signed in to change notification settings - Fork 100
Labels
kind/featureCategory issues or prs related to feature request.Category issues or prs related to feature request.waiting for repliersneed other's feedbackneed other's feedback
Description
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:
- [Feature] Show the top devleoper and scores. hypertrons/hypertrons-crx#234
- [Feature] A place to show the repo's history most active contributors hypertrons/hypertrons-crx#263
- [Summer2022/OSPP-Project02] Implementation and Injection of Two React Components hypertrons/hypertrons-crx#348
These data can be generated when repo's activity is computed, right? Not cost too much?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategory issues or prs related to feature request.Category issues or prs related to feature request.waiting for repliersneed other's feedbackneed other's feedback