Hey,
just stumbled over this project, cool stuff! I'm maintaining the API that is used for contribution data (github-contributions-api) and saw that you request all data per default (default behavior):
https://github.com/dashfy/dashfy-ext-github/blob/main/src/client.ts#L327
Looking at the screenshots, it seems like you only need the last year of data exactly how it is displayed on GitHub? In this case you could add the ?y=last query parameter to only fetch that data. This would also improve loading times quite a lot for profiles with many years of activity.
Hey,
just stumbled over this project, cool stuff! I'm maintaining the API that is used for contribution data (github-contributions-api) and saw that you request all data per default (default behavior):
https://github.com/dashfy/dashfy-ext-github/blob/main/src/client.ts#L327
Looking at the screenshots, it seems like you only need the last year of data exactly how it is displayed on GitHub? In this case you could add the
?y=lastquery parameter to only fetch that data. This would also improve loading times quite a lot for profiles with many years of activity.