diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-04-01 04:33:36 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-04-01 04:33:36 +0200 |
commit | 2e82c96a0d75059e66554f10dda2e5714085c40e (patch) | |
tree | 8fa9e79bb3cade526163ed4494b2b1ee0a80464e | |
parent | f7d6a54769f5540d498ff51a8c7fccbfcddc5bfb (diff) |
Update TODO.org.
-rw-r--r-- | TODO.org | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -1,18 +1,25 @@ * use syntax highlighting for Guile attachments http://localhost:1234/issue/36487#2 -* enhance input with JS (to style known keywords) +* do not download messages outside of the worker +instead fetch whatever messages we already have from the local database. + +* do not make Debbugs queries (e.g. with status-with-cache) +use the local database / local mail cache instead + +* enhance query input with JS +style known keywords to make it clearer what is a valid query keyword (like =date:=) and what isn’t + +* abandon mumimu +We had to fork mu to record the bug number with each message. Instead of using a fork of mu let’s use guile-xapian and build our own custom xapian database. * allow multiple processes to access db Throw to key `sqlite-error' with args `(sqlite-prepare 5 "database is locked")'. -* Is it intentionally that there still is a http site? I would have -expected a redirect onto https. - -* http[s]://issues.guix.info/ is also still alive. Shouldn't it redirect -to http[s]://issues.guix.gnu.org/? +* maintenance.git: redirect issues.guix.info and http variant to https://issues.guix.gnu.org -* home page: present the newest issues first, and only open ones. +* MAYBE home page: present the newest issues first, and only open ones. +We currently show issues with recent activity (with the most recently touched issue first). This seems fine. * Mumi has no paging: It only presents one page of issues, but it doesn't say how many are there in total nor does it page through all |