X-lab2017 / open-digger

Open source analysis tools
https://open-digger.cn
Apache License 2.0
281 stars 78 forks source link

[Feature] Add more columns into community_openrank table #1499

Closed frank-zsy closed 5 months ago

frank-zsy commented 5 months ago

Description

Right now, the community_openrank table only contains the repo_id and actor_id, but in order to process the metric procedure which contains some standard repo, org selection, we should also add actor_login, repo_name, org_id and org_login columns into the table too.

With above columns, we can easily add the metric interface in current framework.

Related to #1497

frank-zsy commented 5 months ago

/self-assign