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] Commit History Graph #84

Open
mkitzmann opened this issue Aug 24, 2023 · 0 comments
Open

[Feature Request] Commit History Graph #84

mkitzmann opened this issue Aug 24, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@mkitzmann
Copy link
Contributor

As discussed here https://lemmy.world/post/3622280

It would be nice to have a commit history graph to display the commit count over the past year.
Something like this:
image

Commit count over a longer period of time is a clear sign of project activity. Showing only the last commit date can be misleading since it could originate from renovate/dependabot and not an actual contributor.

The data could be stored in the yml files like so:

commit_history:
    month-2023-07: 123
    month-2023-08: 45
    ...

To reduce the number of requests necessary for this data the GitHub GraphQL API could be used as outlined here: nodiscc/hecat#118

@Ki-er Ki-er added documentation Improvements or additions to documentation discussion General discussion labels Aug 24, 2023
@nodiscc nodiscc added enhancement New feature or request and removed documentation Improvements or additions to documentation discussion General discussion labels Aug 24, 2023
@nodiscc nodiscc added this to the 1.1.0 milestone Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants