multiverseweb / Dataverse

This software is currently under development. It can be used to visualise data into various forms of plots ranging from primary to advanced level. It can also be used as a finance tracker.
https://multiverse-dataverse.netlify.app
MIT License
39 stars 109 forks source link

Contributors , Total Contributions value showing wrong #324

Closed souvikpramanikgit closed 1 week ago

souvikpramanikgit commented 1 week ago

Found a bug? Please fill out the sections below. 👍

Current Behaviour

I think the fetchData function uses a single fetch call to get all contributors, without handling pagination. GitHub’s API typically returns only up to 30 contributors per request (depending on the per_page value), and the code doesn't handle pagination. So, if there are more than 30 contributors, only the first 30 are returned, resulting in an incorrect contributor count.

Expected Behaviour

I expect that it will show the actual Contributors , Total Contributions value

Screenshot

image image

Proposed Solution

Technical Details

github-actions[bot] commented 1 week ago

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. A maintainer from Dataverse will review it shortly. Stay tuned!

souvikpramanikgit commented 1 week ago

but, i want to do.

amin-xiv commented 1 week ago

@souvikpramanikgit ok then my bad I didn't think you were doing it

multiverseweb commented 1 week ago

Go ahead @souvikpramanikgit