aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-10-28 16:24:24 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-10-28 16:24:24 -0700
commit8ce259591542af0ba1c17c5435cc8844a9fbed7f (patch)
treec25343a98df2d10058d4016d02266ca6e79e0a3b /TODO
parentc7ac6c415565a09b2250218ccc53f17bdb01b256 (diff)
downloadadenosine-8ce259591542af0ba1c17c5435cc8844a9fbed7f.tar.gz
adenosine-8ce259591542af0ba1c17c5435cc8844a9fbed7f.zip
plan.txt and TODO file cleanup
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 22 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..196baf3
--- /dev/null
+++ b/TODO
@@ -0,0 +1,22 @@
+
+CLI polish:
+- register and login commands should do more than just dump JSON
+ => return shell 'export' command (for easier config)
+- log (info level) all XRPC requests and responses. especially non-200 response bodies
+- status should show more stuff, like DID from JWT token
+ => and color!
+- AtUri: at://jekyll.test/app.bsky.post/ (trailing slash should be allowed)
+- include createdAt field, eg: "2022-10-28T06:10:12.106Z"
+- 'get' could allow cid values (maybe with a prefix?)
+- --help should mention env variables
+- update top-level README
+ => badges: AGPL, CI
+
+later:
+- mention IPFS exploration of export CAR files
+- invite codes in account registration
+- try musl/rustls builds, especially for CLI
+- debian repo
+ https://www.aptly.info/doc/aptly/publish/
+ or 'reprepro'
+ gitlab hosting not ready/working