From 1cce37446b3dbc558ffe82b1b1728279dec92175 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 11 Apr 2018 12:18:08 +0200 Subject: refactor(handlers): Use rendering actor for page renders This currently breaks error handling in page render flows. To fix it properly, the database actor should return failable futures instead of `Result` wrapped in a future. --- todo.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'todo.org') diff --git a/todo.org b/todo.org index af8fb223a2f3..63ad4ebb0645 100644 --- a/todo.org +++ b/todo.org @@ -1,4 +1,7 @@ +* DONE Pin *-versions in cargo.toml * TODO Configurable number of DB workers -* TODO Pin *-versions in cargo.toml * TODO Match certain types of Diesel errors (esp. for "not found") * TODO Sketch out categories vs. tags system +* TODO Markdown support +* TODO Quote button +* TODO Multiquote buttons -- cgit 1.4.1