A fancy kan ban board for GitHub Issues
Go to file
R. Tyler Croy 5c67ce4306 Allow deploys with zero JS file changes 2012-04-06 13:11:05 -07:00
config First cut at some of the basics for Hubboard. 2012-03-18 03:23:24 -07:00
css Remove the overflow-y property 2012-04-03 23:05:04 -07:00
drops Properly load in repositories that the user is a collaborator on for the Create Issue dialog 2012-03-31 02:27:13 -07:00
images Add the pull request icon, from github (please don't kill me) 2012-03-25 18:44:14 -07:00
js Committing the production .js file for deployment 2012-03-31 14:06:22 -07:00
st Prevent issue descriptions from overflowing the dialog 2012-03-31 14:02:12 -07:00
views Create a simple (mostly duplicated from /about) dialog shown on the logo click 2012-03-31 12:53:15 -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 Support adding a comment onto any issue you have a tile for 2012-03-24 15:37: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