Updated TODO.

This commit is contained in:
default 2023-04-22 07:47:22 +02:00
parent b46dfa8e9e
commit 1de8095b33

14
TODO.md
View File

@ -4,16 +4,22 @@
Post edits should keep the image and the image description.
Add a list of hashtags to drop.
Implement the 'search by tag' operation instead of just pretending that it does something.
Mastodon API: add search by account (webfinger).
Mastodon API: add an instance timeline by combining the timelines of all users.
Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash.
## Wishlist
Add a list of hashtags to drop.
Add a per-account toggle to [un]mute their Announces.
Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
## Wishlist
Implement HTTP caches (If-None-Match / ETag). I'm not sure if it's worth the effort.
The '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.