From eb6b10f43835dc7d2509a58c91fd0f779a5aad98 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Thu, 15 Aug 2019 17:09:41 +0200 Subject: [PATCH] Add BUGS and PLANS --- BUGS.md | 11 +++++++++++ PLANS.md | 15 +++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 BUGS.md create mode 100644 PLANS.md 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` -- 2.25.1