DenverCoder1 / github-readme-streak-stats

🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README
https://streak-stats.demolab.com
MIT License
4.68k stars 721 forks source link

Display all the previous streaks #568

Open Madhav-MKNC opened 1 year ago

Madhav-MKNC commented 1 year ago

Is your feature request related to a problem? Please describe. The current version only displays the current streak and the highest streak, it would have been much better if all the previous streaks were also shown.

Describe the solution you'd like There could have been a graph for visualizing all the previous streaks the user has ever achieved, with the y-axis as the streaks and the x-axis as the days. So that viewers can view the second-highest and other streaks too.

Additional context I am already working on this feature, here

DenverCoder1 commented 1 year ago

The original inspiration for the project was to replicate the old stats that used to be built in to GitHub several years ago.

While this repo does provide some customizations that were previously not possible, I feel that, while the calculation would not require a significant modification, showing more than just the longest and current streak is a bit out of the scope of this project and I don't think it's in high demand.

Feel free to implement it on your own, though, and good luck with your project!