commit 36075c2535f443458001f2c1186a16811ef9a572 Author: Nathan Singer Date: Tue Jun 3 17:16:20 2025 -0400 progress_tracker diff --git a/progress_tracker.md b/progress_tracker.md new file mode 100644 index 0000000..b399791 --- /dev/null +++ b/progress_tracker.md @@ -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