]> gitweb.ps.run Git - chirp/blobdiff - todo.md
refactor get/post requests into functions
[chirp] / todo.md
diff --git a/todo.md b/todo.md
index aa23f7ec55e6928bbfc889a3ccb091d0d6e6a96d..96432fc686048e36e2f327c9c732a7b4a7aa65ca 100644 (file)
--- a/todo.md
+++ b/todo.md
@@ -1,20 +1,26 @@
-## Todo
-- lmdb
-  - check
-  - del
-  - interface: dbi <KEY, VAL>
-  - change optionals to errors
-  - self: *const Self -> self: Self
-- 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