You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add the commitActivity field in GithubInfo
Fill this field in the GithubClient using the Github API
Add the commitActivity in the GithubInfoDocument that is indexed in Elasticsearch.
Make it appear in the search page, the awesome page and the project pages
Expectations
The commit activity should appear in the search page, the awesome page and the project pages
The request in the GithubClient should be tested.
The text was updated successfully, but these errors were encountered:
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:
commitActivity
field inGithubInfo
GithubClient
using the Github APIcommitActivity
in theGithubInfoDocument
that is indexed in Elasticsearch.Expectations
GithubClient
should be tested.The text was updated successfully, but these errors were encountered: