summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorGravatar default2023-04-22 07:47:22 +0200
committerGravatar default2023-04-22 07:47:22 +0200
commit1de8095b33e1438978b3b9a52599f402c2f2f03c (patch)
treee3df71b0980560419b3f44a20f10580180bb1952 /TODO.md
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-1de8095b33e1438978b3b9a52599f402c2f2f03c.tar.gz
snac2-1de8095b33e1438978b3b9a52599f402c2f2f03c.tar.xz
snac2-1de8095b33e1438978b3b9a52599f402c2f2f03c.zip
Updated TODO.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 3c3553f..282c7b2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,16 +4,22 @@
4 4
5Post edits should keep the image and the image description. 5Post edits should keep the image and the image description.
6 6
7Add a list of hashtags to drop.
8
9Implement the 'search by tag' operation instead of just pretending that it does something. 7Implement the 'search by tag' operation instead of just pretending that it does something.
10 8
11Add a per-account toggle to [un]mute their Announces. 9Mastodon API: add search by account (webfinger).
12 10
13Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 11Mastodon API: add an instance timeline by combining the timelines of all users.
12
13Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash.
14 14
15## Wishlist 15## Wishlist
16 16
17Add a list of hashtags to drop.
18
19Add a per-account toggle to [un]mute their Announces.
20
21Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
22
17Implement HTTP caches (If-None-Match / ETag). I'm not sure if it's worth the effort. 23Implement HTTP caches (If-None-Match / ETag). I'm not sure if it's worth the effort.
18 24
19The 'history' pages are just monthly HTML snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. intentionally delete a post because it will remain there in the history forever. If you activate local timeline purging, purged entries will remain in the history as 'ghosts', which may or may not be what the user wants. 25The 'history' pages are just monthly HTML snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. intentionally delete a post because it will remain there in the history forever. If you activate local timeline purging, purged entries will remain in the history as 'ghosts', which may or may not be what the user wants.