gitboard
gitboard copied to clipboard
An intuitve Kanban board for your Github issues, built with React.js. https://adewes.github.io/gitboard
Cheers! Pascal
We should extend the documentation to make it easier for people to contribute to this project. This comprises the following tasks: - Explain in detail the philosophy of the project...
Hi, I'm getting this error on installation: npm: 2.14.2 node: v0.12.0 osx: El Capitan bower: 1.6.8 ``` gitboard - master $> ENVIRONMENT=production make ... bootstrap#3.3.6 build/static/bower_components/bootstrap └── jquery#2.1.1 font-mfizz#2.0.0 build/static/bower_components/font-mfizz...
The current, text-based display of time estimates and budgets is not very intuitive. We should try to implement a graphical representation, e.g. in the form of a progress bar or...
It would be nice to be able to open new issues directly from Gitboard instead of having to create them in GitHub.
We should automatically and periodically reload the sprintboard to reflect changes made on Github. This should be easy to implement as it only requires a call to `reloadResources` (e.g. through...
We should post Gitboard to social media sites to gain attention and new contributors. The following websites are relevant: - Hacker News - https://news.ycombinator.com - Reddit - https://reddit.com Any other...
Currently, the access token is stored in the browser's session storage. Therefore, when closing the browser window, the data will be erased and the when the user opens the app...
We should write a short introduction to explain what Gitboard is and who can use it. Important points: - Gitboard is a single-page application - Gitboard works without a server...
Currently, the **normal** version of Github uses hashtag-based navigation. We have also implemented HTML5-based navigation, which requires running a server that will redirect all nested URLs to the app page...