aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO23
1 files changed, 23 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..13efe4a
--- /dev/null
+++ b/TODO
@@ -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)