From 1fe0b67185b8a799cfd096b9f4e5069f25cb5cde Mon Sep 17 00:00:00 2001 From: David Cramer Date: Sat, 25 Jun 2011 11:53:08 +0200 Subject: [PATCH] updated TODO --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 1d52135..ccb29b3 100644 --- a/README.rst +++ b/README.rst @@ -111,9 +111,17 @@ This is a rough list of features/APIs which need to be completed (*some* of this * Interface API for extending data formats * Need some kind of renderer + +* Processor API (for post-processing messages before they get sent to the server) + + * Should be an ordered tuple specified in config + + * Should be able to manipulate all of ``data`` (so you can clean messages, or add additional metadata) * Filter API + * Needs to handle sorting+filtering with denormalized indexes + * Plugin API * Dashboard view needs finalized