Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dasch/agite
- Owner: dasch
- Created: 2012-09-18T12:29:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-20T12:48:02.000Z (about 12 years ago)
- Last Synced: 2023-04-11T15:32:43.948Z (over 1 year ago)
- Language: JavaScript
- Size: 384 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.