Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Add a column for number of pull requests made in participants list #27

Open
akashlakhera opened this issue Oct 1, 2018 · 5 comments
Open

Comments

@akashlakhera
Copy link
Member

The URL "hacktoberfest.digitalocean.com/stats/username" contains the number of PR's done by the user. We use the data from the site to dynamically update the PR column in participants list. But I'm not sure if Github Markdown supports dynamic text.

@Man-Jain
Copy link
Member

Man-Jain commented Oct 1, 2018

Yes we can do this but till then we should just give the link in the README file.

@vipulgupta2048
Copy link

vipulgupta2048 commented Oct 2, 2018

This would be very interesting to see happen, I have played around with Markdown for quite a while and dynamically updating it seems like a challenge that to on GitHub. Subscribed 🐣

A solution would be to implement a website for your hacktoberfest that take the GitHub username of the person and making the GitHub API calls for all open and closed pull request in the month of October for that particular user (Kinda reinventing the wheel here)

@maddhruv
Copy link
Member

maddhruv commented Oct 2, 2018

check #48

@vipulgupta2048
Copy link

For now, #48 is a good hack. I am more interested in ways we can dynamically update no. of PR's stored in a table of markdown format on GitHub. If I understand the issue correctly that is.

@maddhruv
Copy link
Member

maddhruv commented Oct 2, 2018

We can go with this idea
But I don't find any way we can dynamically update data in a markdown

Rather we can build a bot which will update the table timely!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants