Coder Social home page Coder Social logo

issues's Introduction

Tracking org-wide issues easily

Github hooks + sync APIs that load issue data into postgres. Use metabase for project management.

For setup/installation instructions refer to: Usage guide.

How it works

This application initialises github org data and then syncs changes from github using a webhook. All this data in initialised and synced into a postgres database. Once data is in postgres, you can use metabase ๐Ÿ˜๐ŸŽ‰๐Ÿ˜๐ŸŽ‰

hasura-issues

Webhook to upsert issue info

This github webhook will upsert issue info into postgres when issues get created/updated on github:

GET
https://app.cluster.hasura-app.io/webhook

Initialise org members

This API call will upsert members:

GET
https://app.cluster.hasura-app.io/add_org_members

Initialise org repos

This API call will upsert members:

GET
https://app.cluster.hasura-app.io/add_org_repos

Initialise issues on a repo

This API call will upsert issues from the given repo:

GET
https://app.cluster.hasura-app.io/<repo>/sync_issues

You need to call this API for each repo in the repo table.


Assumptions:

  • label that contains the string bug is assumed to be a bug type label
  • label that contains the string longterm is assuemed to be a low-priority long-term issue

Desired metrics to be captured

Unassigned issues Triaging speed: Open issues that haven't been assigned to people. unassigned-issues

Open issues/bugs Work load: Open issues that have been assigned to people and that are not longterm issues open-issues-bugs

Closing rate / dev Rough estimate of per developer efficiency: Time it takes for an issue to go from created to done closing-rate

Total days of work ahead / dev Closing rate * open issues: How many days in the future will the developer spend on getting their work done workload


issues's People

Contributors

coco98 avatar wawhal avatar

Stargazers

 avatar leixg avatar Alessandro Aresta avatar Paul Asselin avatar Scott Ivey avatar Ahmad Anshorimuslim Syuhada avatar James Lu avatar  avatar Karthik Venkateswaran avatar Anjan Nath avatar Arpit Kushwaha avatar Abhishek Bhattacharya avatar Ilya Nazarov avatar  avatar  avatar Shahidh K Muhammed avatar Anirudh S avatar Anon Ray avatar  avatar

Watchers

 avatar Anon Ray avatar James Cloos avatar Karthik Venkateswaran avatar  avatar

Forkers

dmdaguan

issues's Issues

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.