From ad1bbeeea27bbc4ad20a94002fdbe4e8ee01ca7b Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 25 Mar 2021 15:32:23 -0700 Subject: [PATCH] updated using git-ex --- todo | 39 +++++++++++++++------------------------ 1 file changed, 15 insertions(+), 24 deletions(-) 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 -- 2.30.2