Skip to content

dirk-thomas/issues_dashboard

gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
img
 
 
js
 
 
 
 
 
 
 
 
 
 

Issues Dashboard

The issues dashboard is a client side web application which lets you log in to GitHub showing all open tickets across all organization units and repositories.

It does not require to run a web server since the HTML page uses JS to talk directly to the GitHub API.

How to run it

You can either use it directly from the GitHub page: http://dirk-thomas.github.io/issues_dashboard/

Or you can clone the repository and open the index.html file using a file:// url.

How to automate the login

You can automate the login by adding your OAuth token into the config.js file.

You should only do that in a local workspace and never commit your credentials to a publically readable repository.

What scopes should the OAuth token grant access to?

The OAuth token should grant the scope repo in order to list all repositories of the user as well as related organization units.