Seneca-CDOT / telescope

A tool for tracking blogs in orbit around Seneca's open source involvement
https://telescope.cdot.systems
BSD 2-Clause "Simplified" License
96 stars 189 forks source link

Add number of lines added feature for each github PR / blog #23

Closed smilegodly closed 4 years ago

smilegodly commented 5 years ago

This counts the lines of code added and deleted and gives a result (added-deleted), for each blog post that links a Github PR..

humphd commented 5 years ago

I really love this idea. When people blog about GitHub repos, issues, or PRs, we can use the GitHub API to pull in extra info and display it along with the post!.

I've done a bit of work like this in the past with https://github.com/humphd/github-contrib-stats, and I know others in the class have done eve more with https://github.com/Seneca-CDOT/ostep-dashboard. Maybe we can use some of it?

To make this work, we probably need another bug filed first:

Extract all URLs from a blog post. Once we have all the URLs referenced in a blog, one type can be GitHub URLs, which we can process here.

Reza-Rajabi commented 5 years ago

'Extract all URLs from a blog post. Once we have all the URLs referenced in a blog, one type can be GitHub URLs, which we can process here'. I am setting an issue for this.

manekenpix commented 4 years ago

Thanks for the idea. I'm closing this issue now and we can open a new one if/when we decide to add this in the future.