From 5af394fbdedad521b6dcf18939b144c369801cee Mon Sep 17 00:00:00 2001 From: TheShadowEevee Date: Mon, 23 Dec 2024 13:45:16 -0600 Subject: [PATCH] Add checkboxes to TODO --- TODO.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/TODO.md b/TODO.md index e81309b..4dbbd0f 100644 --- a/TODO.md +++ b/TODO.md @@ -1,15 +1,17 @@ TODO List for feature completeness P0: -- Check for Media in a message -- Regex Parse Git Commits - - Github top priority, Gitea/Forgejo second, any others third -- Check for reactions on a message -- Start / End Dates +- [ ] Check for Media in a message +- [ ] Regex Parse Git Commits + - [ ] Github top priority + - [ ] Gitea/Forgejo second + - [ ] Any others third +- [ ] Check for reactions on a message +- [ ] Start / End Dates P1: -- Check if in a thread -- Allow reaction to be chosen in the command rather than hard coded +- [ ] Check if in a thread +- [ ] Allow reaction to be chosen in the command rather than hard coded P2: -- Calculate Days, Highest Streak \ No newline at end of file +- [ ] Calculate Days, Highest Streak \ No newline at end of file