From 9b9fd25f606559a965d01f68ba78623028a93230 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 18 Oct 2020 13:52:06 -0700 Subject: [PATCH] updated using git-ex --- todo | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 todo diff --git a/todo b/todo new file mode 100644 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 -- 2.39.5