summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-11-04 09:46:13 +0100
committerGravatar default2022-11-04 09:46:13 +0100
commit98e21abf9f2ae3a6e42cbadae8a05c45db95cc81 (patch)
tree7cfa3208be244d5b00046b9fe5a5a739cfce499a
parentBackport from xs. (diff)
downloadsnac2-98e21abf9f2ae3a6e42cbadae8a05c45db95cc81.tar.gz
snac2-98e21abf9f2ae3a6e42cbadae8a05c45db95cc81.tar.xz
snac2-98e21abf9f2ae3a6e42cbadae8a05c45db95cc81.zip
Updated TODO.
-rw-r--r--TODO.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 0e6c6f8..a39c3e4 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,10 +2,6 @@
2 2
3## Open 3## Open
4 4
5Add a 'Hide' button, to stop showing a post and its children.
6
7Implement hashtags.
8
9Implement bulleted lists. 5Implement bulleted lists.
10 6
11## Wishlist 7## Wishlist
@@ -18,6 +14,8 @@ Create the `mastodon2snac` helper program (reading directly from the boxes, not
18 14
19Add an RSS to the local timeline. 15Add an RSS to the local timeline.
20 16
17Implement hashtags.
18
21Idea for a new disk layout: timelines stored like in git (2 character directories and then the md5.json inside); one append-only index with entry ids, read backwards (easy because md5 binary ids measure the same); children lists as append-only files stored inside the timeline directories with almost the same names as the parent entry; liked-by and announced-by lists as append-only files of actor ids. No _snac metadata inside the message. (But, what about the referrer? With this layout, do I need it?). 19Idea for a new disk layout: timelines stored like in git (2 character directories and then the md5.json inside); one append-only index with entry ids, read backwards (easy because md5 binary ids measure the same); children lists as append-only files stored inside the timeline directories with almost the same names as the parent entry; liked-by and announced-by lists as append-only files of actor ids. No _snac metadata inside the message. (But, what about the referrer? With this layout, do I need it?).
22 20
23## Closed 21## Closed
@@ -169,3 +167,5 @@ Implement sensitive messages: they have a non-empty `summary` field and a `sensi
169Add web interface for sending private messages (they can already be answered like normal replies) (2022-11-02T11:07:40+0100). 167Add web interface for sending private messages (they can already be answered like normal replies) (2022-11-02T11:07:40+0100).
170 168
171Add web interface for the list of people being followed and who follows us (2022-11-02T11:07:40+0100). 169Add web interface for the list of people being followed and who follows us (2022-11-02T11:07:40+0100).
170
171Add a 'Hide' button, to stop showing a post and its children (2022-11-04T09:45:39+0100).