Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 762 Bytes

File metadata and controls

22 lines (16 loc) · 762 Bytes

Github Organization Issue Manager

For a small / medium business with relavitely few projects, it's a lot nicer to be able to see a holistic view than to have to drill-down for everything.

  • Completely browser-based - no server-side code
    • Stores all data in localStorage
    • Hosted on Github Pages
    • Uses CORS / XHR2 to communicate directly with the github API.
  • Needs love from a designer

Host it Yourself

  1. You must register your application on github to use this CORS / XHR2 app.
  2. Copy the files onto your web server (or run it from localhost)
  3. Done. That was all.

Similar Services