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

Feature Request: Additional metadata from github #5

Open
dustinblack opened this issue Apr 13, 2023 · 2 comments
Open

Feature Request: Additional metadata from github #5

dustinblack opened this issue Apr 13, 2023 · 2 comments

Comments

@dustinblack
Copy link
Contributor

Additional metadata we would like to scrape from github and include in the display:

  • Last updated or some other kind of activity indicator
    • Bonus: UI to highlight "risk" of unmaintained repos / color-coding
  • Top contributors (top 5 maybe?)
@smalleni
Copy link
Contributor

Yeh as I discussed with you over slack, a very important necessity is the maintenance status of the repos

I suggest > 0 commits in the last 1 year as an indicator of "maintained" status.

I think having top 3 contributors identified as contacts would be best.

smalleni added a commit to smalleni/tooling-curator that referenced this issue Apr 14, 2023
Adds an additional field to each repo dictionary in the JSON
consisting of top 3 contributor's GitHub id and the URL - which
can both be used to render contacts on the frontend.

This partially implements redhat-performance#5

Signed-off-by: Sai Sindhur Malleni <[email protected]>
smalleni added a commit to smalleni/tooling-curator that referenced this issue Apr 14, 2023
Adds an additional field to each repo dictionary in the JSON
consisting of top 3 contributor's GitHub id and the URL - which
can both be used to render contacts on the frontend.

This partially implements redhat-performance#5

Signed-off-by: Sai Sindhur Malleni <[email protected]>
smalleni added a commit to smalleni/tooling-curator that referenced this issue Apr 14, 2023
Adds an additional field to each repo dictionary in the JSON
consisting of top 3 contributor's GitHub id and the URL - which
can both be used to render contacts on the frontend.

This partially implements redhat-performance#5

Signed-off-by: Sai Sindhur Malleni <[email protected]>
dustinblack added a commit that referenced this issue Apr 14, 2023
Adds an additional field to each repo dictionary in the JSON
consisting of top 3 contributor's GitHub id and the URL - which
can both be used to render contacts on the frontend.

This partially implements #5

Signed-off-by: Sai Sindhur Malleni <[email protected]>
Co-authored-by: Dustin Black <[email protected]>
@dustinblack
Copy link
Contributor Author

New changes merged to include contacts and maintained status. I think we need more context for "maintained", however -- Perhaps add a date field for last update.

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

No branches or pull requests

2 participants