aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-06-03 15:45:28 +0200
committerTeddy Wing2017-06-03 15:45:28 +0200
commit47ec5ffeea72fff2019636be2c97ee36fcd176a6 (patch)
tree301073b903cbc0a65fa5a8daa6ba8284c92b5bfe
parentf231e2836de8d0324fd0a6e4cd1861026de30104 (diff)
downloadtimetasker-47ec5ffeea72fff2019636be2c97ee36fcd176a6.tar.bz2
Add TODO
Make a note of the things I have in my head right now that I think need to be done to get this project from a "works" state into a "usable" state.
-rw-r--r--TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..ca62220
--- /dev/null
+++ b/TODO
@@ -0,0 +1,16 @@
+TODO
+
+2017.06.03:
+- Command line arguments:
+ - Project alias (required)
+ - Time (required)
+ - Date (optional, format: 2017-01-31)
+ - Description (optional)
+
+- Handle failing responses from the server (show errors to the user)
+- Config
+ - A `--write-config` or similar option that generates and write a bare
+ config for users to use
+ - Load the config from XDG
+
+- Make `PasswordCmd` work