about summary refs log tree commit diff
path: root/todo.org
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-04-11T10·18+0200
committerVincent Ambo <tazjin@gmail.com>2018-04-11T10·18+0200
commit1cce37446b3dbc558ffe82b1b1728279dec92175 (patch)
tree76758a111a2d54c44c324e17a4f2abc858f04b8e /todo.org
parentfe7e5e48b5702a0547b3008e06a1f0c04d88e3bf (diff)
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<T>` wrapped in a future.
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/todo.org b/todo.org
index af8fb223a2..63ad4ebb06 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