From: alex <alex@infiniteadaptability.org>
Date: Thu, 25 Mar 2021 22:32:23 +0000 (-0700)
Subject: updated using git-ex
X-Git-Url: http://git.infiniteadaptability.org/?a=commitdiff_plain;h=ad1bbeeea27bbc4ad20a94002fdbe4e8ee01ca7b;p=workouts

updated using git-ex
---

diff --git a/todo b/todo
index b451dfd..bd9c08b 100644
--- a/todo
+++ b/todo
@@ -1,27 +1,18 @@
 To Do:
--refactor into cli+node frontend
-	- [x] cli
-	- [x] create interface w/ gui
-	- [x] update all printf calls to log functionality
-	- [x] update cli w/ getopt instead of own rolled
-	- [ ] finish extended features necessary for gui/backend integration
-		- [x] create rm
-		- [x] consolidate add, new, ls, etc. calls
-		- [x] build succeeds
-		- [x] update/cleanup tests
-		- [ ] add test cases to data unit tests
-			- [ ] removing workout -> remove all recent
-			- [ ] remove attribute -> shifts all bit fields
-		- [ ] rename workouts functionality
-	- [ ] update date of recent workout from gui -> cli
-		- [ ] rm then add
-	- [ ] migrate data to sqlite db
-		- [ ] consider how to keep up-to-date/backups
+*refactor into cli+node frontend
+*finish extended features necessary for gui/backend integration
+-update date of recent workout from gui -> cli
+	-rm then add (as single tx)
+-migrate data to sqlite db
+	-consider how to keep up-to-date/backups
+
+Gui:
+-rename functionality
 
 Later:
-- [ ] make attributes customizable
-	- [ ] modify workout.js
-- [ ] add delete functionality
-- [ ] add attribute add functionality to gui
-- [ ] add --format option to ls commands
-- [ ] bash completion
\ No newline at end of file
+-make attributes customizable
+	-modify workout.js
+-add delete functionality
+-add attribute add functionality to gui
+-add --format option to ls commands
+-bash completion