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