summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-02-15 09:34:50 +0100
committerGravatar default2023-02-15 09:34:50 +0100
commit0e9f240f06542316a255ab39547738d1bcd46e63 (patch)
treed26d1bdd263f1e740ae9b5df69f6eab84d1cc94e
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-0e9f240f06542316a255ab39547738d1bcd46e63.tar.gz
snac2-0e9f240f06542316a255ab39547738d1bcd46e63.tar.xz
snac2-0e9f240f06542316a255ab39547738d1bcd46e63.zip
Updated TODO.
-rw-r--r--TODO.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 77104c8..33bf08d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,10 +10,6 @@ Add a per-account toggle to [un]mute their Announces.
10 10
11Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 11Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
12 12
13Add (back) the possibility to attach an image by URL.
14
15With this new disk layout, hidden posts (and their children) can be directly skipped when rendering the HTML timeline (are there any other implications?).
16
17## Wishlist 13## Wishlist
18 14
19Implement the ActivityPub C2S (Client to Server) API: https://www.w3.org/TR/activitypub/#client-to-server-interactions . I skipped that part of the documentation entirely, so I don't know if this is trivial or hell. The Android client at http://andstatus.org/ implements it, or so it seems. There may be others. 15Implement the ActivityPub C2S (Client to Server) API: https://www.w3.org/TR/activitypub/#client-to-server-interactions . I skipped that part of the documentation entirely, so I don't know if this is trivial or hell. The Android client at http://andstatus.org/ implements it, or so it seems. There may be others.
@@ -24,6 +20,10 @@ The 'history' pages are just monthly HTML snapshots of the local timeline. This
24 20
25Implement bulleted lists. Mastodon is crap and won't show them, but other implementations (Friendica, Pleroma) will do. 21Implement bulleted lists. Mastodon is crap and won't show them, but other implementations (Friendica, Pleroma) will do.
26 22
23Add (back) the possibility to attach an image by URL.
24
25With this new disk layout, hidden posts (and their children) can be directly skipped when rendering the HTML timeline (are there any other implications?).
26
27## Closed 27## Closed
28 28
29Start a TODO file (2022-08-25T10:07:44+0200). 29Start a TODO file (2022-08-25T10:07:44+0200).