X-Git-Url: https://gitweb.ps.run/chirp/blobdiff_plain/7d44a5163fd261dcb08282e15da9666e00a4f4b0..e2b71533236c904689cbf2cfc7d9e7f2d30968d6:/todo.md diff --git a/todo.md b/todo.md index e1487d4..2ca46ac 100644 --- a/todo.md +++ b/todo.md @@ -1,24 +1,28 @@ -## Todo -- lmdb - - check - - del - - interface: dbi - - change optionals to errors - - self: *const Self -> self: Self - - SessionToken: []u8 - - get maybe !? weil nicht vorhanden und fehler unterschiedlich behandelt werden sollten -- generate ids -- Change respond (respondoptions -> request, fmt+args) -- Rewrite get_value +# Todo + +## Technical +- max length +- pre formatted/escape ambigous characters +- line breaks +- replace txn with env where appropriate +- handle `defer txn.commit catch {}` +- txn MDB_RDONLY (and other optimizations) - Account - - Register - - Login - - Logout - - Change username - - Change password -- Home -- Post -- Comment -- Like -- Repost -- Timeline + - Public-Key-Crypto +- TUI + +## Functional +- custom css +- @ users +- # +- search users +- search posts + +## Optional +- paginate /lists /feeds +- SVGs +- images (media) +- trending page +- DMs +- Limit Posts/Comments and paginate +- Calculate max buffer sizes