A fancy kan ban board for GitHub Issues
Go to file
R. Tyler Croy a3015d3ed3 Full-alphasort of the repos in the create issue dialog
I have a sneaking suspicion that this is overly CPU intensive.

Fixes #72
2012-05-26 11:22:40 -07:00
config
css Remove the overflow-y property 2012-04-03 23:05:04 -07:00
drops Update Hubboard to load all issues by default 2012-05-26 10:43:24 -07:00
images Add the pull request icon, from github (please don't kill me) 2012-03-25 18:44:14 -07:00
js Full-alphasort of the repos in the create issue dialog 2012-05-26 11:22:40 -07:00
st Full-alphasort of the repos in the create issue dialog 2012-05-26 11:22:40 -07:00
views Check-pointing work on #52 2012-04-07 15:55:13 -07:00
.gitignore Ignore a couple more working tree files 2012-03-31 14:02:49 -07:00
.gitmodules Add support for rendering the Markdown in issues via the Markdown Resin drop (powered by the Showdown parser) 2012-03-24 18:21:13 -07:00
Gemfile Bump the latest Resin gem 2012-03-31 02:30:55 -07:00
Gemfile.lock Bump the latest Resin gem 2012-03-31 02:30:55 -07:00
Procfile FUCKING FOREMAN 2012-03-18 06:03:56 -07:00
README.md iToken commit 2012-03-25 02:11:21 -07:00
Rakefile Allow deploys with zero JS file changes 2012-04-06 13:11:05 -07:00
hubboard.rb Make trailing slashes optional on a lot of these routes 2012-05-26 10:20:50 -07:00

README.md

Hub board

Hub board is a web application built on top of the GitHub v3 API using Amber. It provides a "kan ban" board for GitHub Issues, and allows you to rapidly interact with issues that are assigned to you on GitHub.

Work in progress

Running

  • Make sure you have the gems installed in the Gemfile (bundle install)
  • Run ruby hubboard.rb
  • Go to your browser and start playing around