-## Todo
-- lmdb
- - check
- - del
- - interface: dbi <KEY, VAL>
- - change optionals to errors
- - self: *const Self -> self: Self
-- generate ids
+# 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