From 36075c2535f443458001f2c1186a16811ef9a572 Mon Sep 17 00:00:00 2001 From: Nathan Singer Date: Tue, 3 Jun 2025 17:16:20 -0400 Subject: [PATCH] progress_tracker --- progress_tracker.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 progress_tracker.md 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