updated using git-ex
authoralex <[email protected]>
Sun, 18 Oct 2020 20:52:06 +0000 (13:52 -0700)
committeralex <[email protected]>
Sun, 18 Oct 2020 20:52:06 +0000 (13:52 -0700)
todo [new file with mode: 0644]

diff --git a/todo b/todo
new file mode 100644 (file)
index 0000000..b60a330
--- /dev/null
+++ b/todo
@@ -0,0 +1,20 @@
+To Do:
+-refactor into cli+node frontend
+       - [x] cli
+       - [x] create interface w/ gui
+       - [ ] update cli w/ getopt instead of own rolled
+       - [ ] finish extended features necessary for gui/backend integration
+       - [ ] migrate data to sqlite db
+       - [ ] rename workouts functionality
+
+Later:
+- [ ] workouts rm [!name] [!date]
+- [ ] update date of recent workout from cli
+       - [ ] rm then add
+- [ ] make attributes customizable
+       - [ ] modify workout.js
+- [ ] add delete functionality
+- [ ] add attribute add functionality to gui
+- [ ] workouts rm attr [!name]
+- [ ] add --format option to ls commands
+- [ ] bash completion
\ No newline at end of file