diff options
author | Teddy Wing | 2017-06-03 15:45:28 +0200 |
---|---|---|
committer | Teddy Wing | 2017-06-03 15:45:28 +0200 |
commit | 47ec5ffeea72fff2019636be2c97ee36fcd176a6 (patch) | |
tree | 301073b903cbc0a65fa5a8daa6ba8284c92b5bfe | |
parent | f231e2836de8d0324fd0a6e4cd1861026de30104 (diff) | |
download | timetasker-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-- | TODO | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |