Coder Social home page Coder Social logo

malikshubham827 / github-org-view Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 5 KB

A web-application to visualise the contribution of the members of organisation on the basis of commits towards repos of organisation using github v3 API. (Under Development)

HTML 14.78% JavaScript 85.22%
html5 javascript nodejs nodejs-modules expressjs github-api

github-org-view's Issues

Add frontend

Use d3.js to make pie-chart demonstrating the contribution of each member of organisation and those outside the organisation.
totalNumOfCommits contains the total number of commits in the organisation.
contribution{} contains the data of each member of the organisation.
Use the above data to depict the pie-chart.

CURRENT STATUS: Only data is passed in JSON format to the user/client.

API timed out

It gives an error with the name Request Error.
When the number of API requests is somewhat large in my case 30 after the few calls I got an error.

TODO: Tackle this error.
CURRENT ACTION: Send the error to the client.

Reduce Number of API calls

Currently the no. of API calls required for an organisation visualisation:

Details of members in organisation = 1 API call
Details of the repositories in organisation = 1 API call
Contribution to each repository, say for n repositories = n API calls
TOTAL = (n+2) API calls

Use OAuth for github

Implement the OAuth authorisation for github as the no. of API calls is 5000/hour for authorised user and 60/hour for unauthorised user.
It's better to authorise for better results.

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.