Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dasch/agite

A simple KanBan board based on the GitHub issues API
https://github.com/dasch/agite

Last synced: 24 days ago
JSON representation

A simple KanBan board based on the GitHub issues API

Awesome Lists containing this project

README

        

Agite
=====

A simple KanBan board based on the GitHub issues API.

Each GitHub milestone corresponds to a sprint, and each issue to a story. When
the application is loaded, the next upcoming milestone is used as the current
sprint, and its issues are fetched.

The stories are presented in three columns:

1. **To Do**: open issues that do not have a pull request attached.
2. **In Progress**: open issues that _do_ have a pull request attached.
3. **Done**: closed issues.