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

Use the commit activity of a project over a period of time #930

Open
adpi2 opened this issue Mar 2, 2022 · 1 comment
Open

Use the commit activity of a project over a period of time #930

adpi2 opened this issue Mar 2, 2022 · 1 comment
Assignees

Comments

@adpi2
Copy link
Member

adpi2 commented Mar 2, 2022

Motivation

With the commit activity of a project we could know if it is continuously maintained or not. This information could appears on the project document and project page.

Identified Obstacle

Where is the endpoint in the Github API to get this information.

Implementation Guideline

For timeseries:

  1. Add the commitActivity field in GithubInfo
  2. Fill this field in the GithubClient using the Github API
  3. Add the commitActivity in the GithubInfoDocument that is indexed in Elasticsearch.
  4. Make it appear in the search page, the awesome page and the project pages

Expectations

  1. The commit activity should appear in the search page, the awesome page and the project pages
  2. The request in the GithubClient should be tested.
@joke1196
Copy link

Hi, I would be interested in trying this one out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants