Skip to content

Project Management

Gregor Wolf edited this page Jun 15, 2016 · 2 revisions

##Managing development progress... developer-friendly

To keep track of development progress, we thought of integrating Trello with GitHub.

While there is a really nice integration option, it requires a Trello Business Class account which costs USD 8,33 per month per user...

However, since Trello isn't a hard requirement -- monitoring development progress is -- we went ahead with the most seamless solution: Zube.io

From their website:

At the heart of Zube is a kanban/scrum board that deeply integrates with GitHub issues.
Any changes you make on GitHub appear on Zube in real-time, and vice versa.
The real power of Zube is that it provides your team with a well-thought-out workflow out of the box.
You can triage new issues, prioritize issues you want to keep on the back burner, create milestone sprints, and assign issues to team members all with drag and drop.

Zube synchronizes:

  • issues
  • pull requests
  • labels
  • comments
  • events
  • commit references
  • milestones
  • collaborators

##Lemonaid board The Lemonaid scrum board can be accessed at https://zube.io/boards/56905019/kanban, and you simply login using your GitHub account. If you get a 404 Error at Zube you have to click on the project drop-down and choose Create a new project. From the list of repositories choose sapmentors/lemonaid. Not very intuitive. But works and does not create a new project when a project exists for the repository.

Any issue created in GitHub will appear in Zune's backlog. From there, you can assign an issue to yourself, drag it to the In Progress lane, and start coding. :-)

Clone this wiki locally