Updated TODO.

This commit is contained in:
default 2022-12-05 12:12:35 +01:00
parent 5041014a39
commit deced47b88

View File

@ -2,16 +2,12 @@
## Open ## Open
Add (back) the `passwd` command line option.
Add an ?skip=NNN parameter to the admin page, to see older timeline. Add an ?skip=NNN parameter to the admin page, to see older timeline.
Add support for Edit + Note on input. Add support for Edit + Note on input.
Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
Add this pull request https://codeberg.org/grunfink/snac2/pulls/9
Add support for uploading the avatar, instead of needing an URL to an image. As a kludgy workaround, you can post something with an attached image, copy the auto-generated URL and use it. You can even delete the post, as attached images are never deleted (I said it was kludgy). Add support for uploading the avatar, instead of needing an URL to an image. As a kludgy workaround, you can post something with an attached image, copy the auto-generated URL and use it. You can even delete the post, as attached images are never deleted (I said it was kludgy).
Add (back) the possibility to attach an image by URL. Add (back) the possibility to attach an image by URL.
@ -189,3 +185,5 @@ Add an RSS to the local timeline (2022-11-18T11:43:54+0100).
Dropping on input those messages that have their parent hidden is not a good idea, as children of *these* dropped messages will pass unharmed (2022-11-28T11:34:56+0100). Dropping on input those messages that have their parent hidden is not a good idea, as children of *these* dropped messages will pass unharmed (2022-11-28T11:34:56+0100).
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). 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).
Add this pull request https://codeberg.org/grunfink/snac2/pulls/9 (2022-12-05T12:12:19+0100).