From: Alex Schroeder Date: Thu, 15 Aug 2019 15:09:41 +0000 (+0200) Subject: Add BUGS and PLANS X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=eb6b10f43835dc7d2509a58c91fd0f779a5aad98;hp=9ae72059ac8fdf409f656774d513deaf7e0bf9f0;p=jan-pona-mute.git Add BUGS and PLANS --- diff --git a/BUGS.md b/BUGS.md new file mode 100644 index 0000000..1601c9d --- /dev/null +++ b/BUGS.md @@ -0,0 +1,11 @@ +Bugs +==== + +- `undo` a comment post results in an error: + +``` + File "/home/alex/bin/jan-pona-mute", line 495, in do_delete + post = self.post_cache[words[3]] +KeyError: '1869713' +``` + diff --git a/PLANS.md b/PLANS.md new file mode 100644 index 0000000..a453ada --- /dev/null +++ b/PLANS.md @@ -0,0 +1,15 @@ +Plans +===== + +- allow for ranges, eg. after using `comments` showing you comments + 11-15, you could use `comments 6-10` to show the previous page + +- or keep the current window and have a new command `previous` and + `next` that go through the list + +- add a new command `more` to load older posts + +- add a new command `aspect` to set the current aspect such that new + posts only get posted to that aspect + +- the current aspect should also filter `home`