summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-16 22:23:32 -0700
committerAndrew Godwin2022-11-16 22:23:32 -0700
commitb13c239213147b7acae4060aff35640d625b5169 (patch)
tree16c76dc20b3cc28403371c4b7817f636e22b13c1 /README.md
parent5b34ea46c3f458a174c5443714ade43c21defdac (diff)
downloadtakahe-b13c239213147b7acae4060aff35640d625b5169.tar.gz
takahe-b13c239213147b7acae4060aff35640d625b5169.tar.bz2
takahe-b13c239213147b7acae4060aff35640d625b5169.zip
Handle post edits, follow undos
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5ee9c32..5b0b0b9 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ the less sure I am about it.
- [x] Receive posts
- [x] Handle received post visibility (unlisted vs public only)
- [x] Receive post deletions
-- [ ] Receive post edits
+- [x] Receive post edits
- [x] Set content warnings on posts
- [x] Show content warnings on posts
- [ ] Receive images on posts
@@ -49,10 +49,10 @@ the less sure I am about it.
- [x] Create likes
- [x] Receive likes
- [x] Create follows
-- [ ] Undo follows
+- [x] Undo follows
- [x] Receive and accept follows
- [x] Receive follow undos
-- [ ] Do mentions properly
+- [ ] Do outgoing mentions properly
- [x] Home timeline (posts and boosts from follows)
- [ ] Notifications page (followed, boosted, liked)
- [x] Local timeline
@@ -66,7 +66,7 @@ the less sure I am about it.
- [x] Serverless-friendly worker subsystem
- [x] Settings subsystem
- [x] Server management page
-- [ ] Domain management page
+- [x] Domain management page
- [ ] Email subsystem
- [ ] Signup flow
- [ ] Password change flow
@@ -75,7 +75,10 @@ the less sure I am about it.
### Beta
- [ ] Attach images to posts
+- [ ] Edit posts
- [ ] Delete posts
+- [ ] Show follow pending states
+- [ ] Manual approval of followers
- [ ] Reply threading on post creation
- [ ] Display posts with reply threads
- [ ] Create polls on posts