Giter Site home page Giter Site logo

Comments (5)

hzoo avatar hzoo commented on June 18, 2024

Many people in open-source get frustrated that code contributions seem to be valued more highly than troubleshooting/documentation

Totally agree (actually wanted to make something to do that - reviewing PRs, comments, triage, etc), but this is a good start since displaying all that data might get messy.

The nice thing about it now is that it does one thing and that it's simple (and not much thought into the UI since it's mostly a single piece of text)

from contributors-on-github.

hzoo avatar hzoo commented on June 18, 2024

Testing out showing the # of issues in #10

I'm not sure what api I can use to get the # of comments a user has made in a repo..

from contributors-on-github.

hzoo avatar hzoo commented on June 18, 2024

Doesn't look like theres a way to search comments in the API, so that would require a server and tracking data over time or taking advantage of https://www.githubarchive.org and in either case would be best done with a backend. I don't think there's a wiki api either actually. So doable, but would require some more work.

from contributors-on-github.

hzoo avatar hzoo commented on June 18, 2024

Looks like the only way to track wiki events is to use github archive events or tracking the repo events.
For comments we can search for issues related to a user and then search comments for each of those issues (might be a lot of requests).

from contributors-on-github.

hzoo avatar hzoo commented on June 18, 2024

Could do something with https://bigquery.cloud.google.com/dataset/bigquery-public-data:github_repos?pli=1 but not sure

from contributors-on-github.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.