A kanban viewer that queries redmine.
- Download the source.
- Open
app/index.html
in your browser- Some browsers (chrome) will require you to open the file under
http://
, which means you'll need a server. I recommend node, but any will do. - Others (firefox) don't seem to care at the moment, and you can just open the file locally (i.e. under the
file://
protocol).
- Some browsers (chrome) will require you to open the file under
- I've pointed the version in this repo at
http://redmine.richard-towers.com
, which is set up to allow CORS. You can either ask me for an account, or use your own installation of redmine and change theredmineBaseUrl
incontrollers.js
. - ????
- Profit!!
- If you don't have a github account, get one.
- Fork this repo
- Make your changes
- Open a pull request
- I'll merge the changes in once we're happy with them.