15 lines
553 B
Markdown
15 lines
553 B
Markdown
# Idea
|
|
|
|
Trello-like progress tracker.
|
|
|
|
## Features
|
|
|
|
- Hook into a git repo to read all the commits, allow you to track progress by dragging commits into specific progress zones
|
|
- Have the ability to read keywords, i.e. UTIL:, TWEAK:, commits with those labels at the start would be auto placed into categories
|
|
|
|
## Implementation
|
|
|
|
Standalone application, not a web like trello (im sure there is a standalone but idc)
|
|
maybe electron? It would be easy to implement drag and drop features and quick layouts
|
|
as opposed to making something with gtk or qt
|