-## Todo
-- lmdb
- - check
- - del
- - interface: dbi <KEY, VAL>
-- generate ids
+# Todo
+
+## Technical
+- replace txn with env where appropriate
- Account
- - Register
- - Login
- - Logout
- - Change username
- - Change password
-- Home
-- Post
-- Comment
-- Like
-- Repost
-- Timeline
+ - Public-Key-Crypto
+- TUI
+
+## Functional
+- maintain scroll
+- search users
+- search posts
+- @ users
+- save posts
+- create views
+- profile description
+- custom css
+- show comments (optionally) in profile
+- handle `defer txn.commit catch {}`
+
+## Optional
+- images (media)
+- trending page
+- DMs
+- Limit Posts/Comments and paginate
+- Calculate max buffer sizes