aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorTeddy Wing2017-06-04 02:17:45 +0200
committerTeddy Wing2017-06-04 02:17:45 +0200
commit8bada0d8dd0f31875988d513f883ca4114f86f5c (patch)
treec38c7e8d2b0678e61fde936549c99b9089102cd1 /TODO
parent02e4fb5d0d95b8c5c5442ee0a97b960f1296c236 (diff)
downloadtimetasker-8bada0d8dd0f31875988d513f883ca4114f86f5c.tar.bz2
Remove TODO
As we've completed all the tasks we've defined, we can remove this file for now. It no longer shows upcoming things that we have to do.
Diffstat (limited to 'TODO')
-rw-r--r--TODO23
1 files changed, 0 insertions, 23 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 13efe4a..0000000
--- a/TODO
+++ /dev/null
@@ -1,23 +0,0 @@
-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)