Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Pairwise with necessary data about the dependency graph #2654

Open
ccerv1 opened this issue Dec 17, 2024 · 1 comment
Open

Provide Pairwise with necessary data about the dependency graph #2654

ccerv1 opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
c:data Gathering data (e.g. indexing)

Comments

@ccerv1
Copy link
Member

ccerv1 commented Dec 17, 2024

What is it?

The Pairwise team would like us to enable the following requests:

- get1stLevelCategoryList() 
- getSubCategoriesForCategory()
- getProjectsForCategory()

We think this is best satisfied by serving a static JSON so that all users will be given the same information, rather than having it update based on the latest data from OSO sources. Here is an example of what we currently have.

Presumably, the getProjectsForCategory() request would return something like:

[
   {
      "id": "https://github.com/ethereum/solidity",
      "star_count": 23542,
      "fork_count": 5822,
      "is_fork": false,
      "language": "C++",
      "license_name": "GNU General Public License v3.0",
      "created_at": "2015-08-17 12:27:26.000000 UTC",
      "updated_at": "2024-12-14 19:47:22.000000 UTC",
      "gitcoin_grants_usd": 1402.8412448172287,
      "gitcoin_unique_donors": 374,
      "gitcoin_num_rounds": 3,
      "retro_funding_usd": 2152374.2779628183,
      "num_retro_funding_rounds": 3,
    },
]

Separately, we will work to determine what the right metric fields are to include.

Pairwise team will provide more details!

@github-project-automation github-project-automation bot moved this to Backlog in OSO Dec 17, 2024
@ccerv1 ccerv1 added the c:data Gathering data (e.g. indexing) label Dec 17, 2024
@ccerv1 ccerv1 added this to the [f] AI/ML badgeholder milestone Dec 17, 2024
@ccerv1 ccerv1 self-assigned this Dec 20, 2024
@ccerv1
Copy link
Member Author

ccerv1 commented Dec 20, 2024

@ccerv1 ccerv1 moved this from Backlog to Needs Review in OSO Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:data Gathering data (e.g. indexing)
Projects
Status: Needs Review
Development

No branches or pull requests

2 participants