diff options
author | Teddy Wing | 2017-06-04 02:07:50 +0200 |
---|---|---|
committer | Teddy Wing | 2017-06-04 02:07:50 +0200 |
commit | 02e4fb5d0d95b8c5c5442ee0a97b960f1296c236 (patch) | |
tree | 4cf323694692322036b80d2d921ff966096c6c36 /TODO | |
parent | 055301ca09d57b759b290d897bbb7560460251ca (diff) | |
parent | 9b6a6543e351308939bd420243507368b0669e63 (diff) | |
download | timetasker-02e4fb5d0d95b8c5c5442ee0a97b960f1296c236.tar.bz2 |
Merge branch 'timetasker-daily'
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +TODO + +2017.06.03: +v Command line arguments: (2017.06.03) + v Project alias (required) + v Time (required) + v Date (optional, format: 2017-01-31) + v Description (optional) + +v Handle failing responses from the server (show errors to the user) + (2017.06.03) +v Config (2017.06.03) + v A `--write-config` or similar option that generates and write a bare + config for users to use + v Load the config from XDG (2017.06.03) + +v Make `PasswordCmd` work + +v Request and list module IDs and names for a given project alias (2017.06.03) + +v Format float error ("700") (2017.06.03) + +v Move HTTP errors into http.go (2017.06.03) |