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

Build Commit Heatmap (Static) #7

Open
saurabhKS14 opened this issue Nov 17, 2024 · 0 comments
Open

Build Commit Heatmap (Static) #7

saurabhKS14 opened this issue Nov 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@saurabhKS14
Copy link
Owner

Implement a static commit heatmap that visualizes commits over time. Start by representing commit frequency on a weekly or monthly scale using simple text characters (e.g., ▓, ░, etc.).

Tasks:

  • Parse the commit history and group commits by week or month.
  • Implement a simple heatmap using text characters to represent commit density (e.g., ▓ for high commits, ░ for low).
  • Display the heatmap in the CLI for a given month or week.
  • Commit the heatmap implementation.
@saurabhKS14 saurabhKS14 added the enhancement New feature or request label Nov 17, 2024
@saurabhKS14 saurabhKS14 self-assigned this Nov 17, 2024
@saurabhKS14 saurabhKS14 added this to the Release of Version 1 milestone Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant