GithubHelp home page GithubHelp logo

githubsurvivor's Introduction

GitHub Survivor

GitHub Survivor is a simple bug dashboard that shows an overview of bugs in an external issue tracker. We use it at 99designs to keep an eye on the bug count and remind ourselves to close bugs.

https://github.com/99designs/githubsurvivor/wiki/screenshot.png

Overview

It's easy to forget about bugs when you're knee-deep in feature development. This dashboard is a good way to keep bugs on people's minds, and to show at-a-glance information about the current bug situation.

GitHub Survivor scrapes your bug data using your issue tracker's API and stores it in a local Mongo DB for subsequent querying. It shows, at a glance:

  • Top/bottom bug closers for the current reporting period (week, month or sprint)
  • Current open bug count
  • Net difference in open bugs since the last reporting period
  • Charts (yay!):
    • Number of bugs opened/closed for the last 12 reporting periods
    • Number of open bugs over the last 12 reporting periods

There are bug trackers that provide this kind of data, but we wanted something fun that integrates with our existing bug tracking solution.

Supported issue trackers

GitHub Survivor can integrate with these issue trackers out of the box:

Read more about defining backends in the wiki.

Quick setup

Requirements:

  • Python >= 2.7
  • MongoDB
  • virtualenv (recommended)

This command might satisfy the above dependencies on Ubuntu:

$ sudo apt-get install python2.7 mongodb python-virtualenv
  1. Install package using pip install githubsurvivor
  2. Generate a configuration file using githubsurvivor-generate-config
  3. Do an initial import of your bugs using githubsurvivor-sync
  4. Start the server using githubsurvivor

For detailed instructions, see https://github.com/99designs/githubsurvivor/wiki/Installation

Development notes

See https://github.com/99designs/githubsurvivor/wiki/Development

License

MIT; see LICENSE

Contributors

See https://github.com/99designs/githubsurvivor/wiki/Contributors

githubsurvivor's People

Contributors

harto avatar asm89 avatar samkeen avatar

Watchers

Anthony Giza avatar

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.