diff options
| author | 2022-12-08 08:42:04 +0100 | |
|---|---|---|
| committer | 2022-12-08 08:42:04 +0100 | |
| commit | f62e015dd202e6be8870853ca03cb44d0362ffe6 (patch) | |
| tree | 25c7505a63389fd9b0393184d03c15f071ca2c8e | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-f62e015dd202e6be8870853ca03cb44d0362ffe6.tar.gz snac2-f62e015dd202e6be8870853ca03cb44d0362ffe6.tar.xz snac2-f62e015dd202e6be8870853ca03cb44d0362ffe6.zip | |
Updated TODO.
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -2,12 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ## Open | 3 | ## Open |
| 4 | 4 | ||
| 5 | Add an ?skip=NNN parameter to the admin page, to see older timeline. | ||
| 6 | |||
| 7 | Add support for Update + Note on input. | 5 | Add support for Update + Note on input. |
| 8 | 6 | ||
| 9 | Now that we have the 2.7 layout and Likes and Announces don't move the conversations up, finally fix the ugly # positioning. | ||
| 10 | |||
| 11 | Disable the 'Boost' button for non-public messages (technically they can be Announced, but shouldn't). | 7 | Disable the 'Boost' button for non-public messages (technically they can be Announced, but shouldn't). |
| 12 | 8 | ||
| 13 | Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 | 9 | Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 |
| @@ -193,3 +189,7 @@ Dropping on input those messages that have their parent hidden is not a good ide | |||
| 193 | Idea 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 have a constant size); 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?). The instance storage may even be global, not per user; this could help in very big instances (but will this be a use-case for snac? not probably) (2022-12-04T06:49:55+0100). | 189 | Idea 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 have a constant size); 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?). The instance storage may even be global, not per user; this could help in very big instances (but will this be a use-case for snac? not probably) (2022-12-04T06:49:55+0100). |
| 194 | 190 | ||
| 195 | Add this pull request https://codeberg.org/grunfink/snac2/pulls/9 (2022-12-05T12:12:19+0100). | 191 | Add this pull request https://codeberg.org/grunfink/snac2/pulls/9 (2022-12-05T12:12:19+0100). |
| 192 | |||
| 193 | Add an ?skip=NNN parameter to the admin page, to see older timeline (2022-12-08T08:41:11+0100). | ||
| 194 | |||
| 195 | Now that we have the 2.7 layout and Likes and Announces don't move the conversations up, finally fix the ugly # positioning (2022-12-08T08:41:27+0100). | ||