progress_tracker

This commit is contained in:
2025-06-03 17:16:20 -04:00
commit 36075c2535

14
progress_tracker.md Normal file
View File

@ -0,0 +1,14 @@
# 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