diff options
| author | 2022-10-02 17:52:40 +0200 | |
|---|---|---|
| committer | 2022-10-02 17:52:40 +0200 | |
| commit | 20fd70c01145e6be40edf231781497a2b5ec404f (patch) | |
| tree | a78f5581853015cce7ffa9b8f4a2e43f96f5a772 /TODO.md | |
| parent | An 'Update' message is set to everyone when data is changed. (diff) | |
| download | snac2-20fd70c01145e6be40edf231781497a2b5ec404f.tar.gz snac2-20fd70c01145e6be40edf231781497a2b5ec404f.tar.xz snac2-20fd70c01145e6be40edf231781497a2b5ec404f.zip | |
Implemented local timeline cache.
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2,8 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ## Open | 3 | ## Open |
| 4 | 4 | ||
| 5 | Implement the user-setup web interface. | ||
| 6 | |||
| 7 | Implement the citations as @user@host in the reply textareas. | 5 | Implement the citations as @user@host in the reply textareas. |
| 8 | 6 | ||
| 9 | Implement the purge. | 7 | Implement the purge. |
| @@ -143,3 +141,5 @@ Implement an input queue (2022-10-01T20:27:52+0200). | |||
| 143 | Refactor HTML rendering because it's a mess and write build_timeline(), that generates a big structure with everything to show in a timeline, to be passed to the HTML renderer (2022-10-01T20:27:52+0200). | 141 | Refactor HTML rendering because it's a mess and write build_timeline(), that generates a big structure with everything to show in a timeline, to be passed to the HTML renderer (2022-10-01T20:27:52+0200). |
| 144 | 142 | ||
| 145 | Implement the helper thread (2022-10-01T20:56:46+0200). | 143 | Implement the helper thread (2022-10-01T20:56:46+0200). |
| 144 | |||
| 145 | Implement the user-setup web interface (2022-10-02T17:45:03+0200). | ||