From 17cbbe288ec0fd557fc8dd3eb5c6ee80cb60eefd Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 26 Feb 2020 23:00:18 +0100 Subject: [PATCH] Adjust order of todos --- readme.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.rst b/readme.rst index f8430c1..81a30f2 100644 --- a/readme.rst +++ b/readme.rst @@ -37,14 +37,11 @@ EXT:dashboard Todos ===== -#. Add command that will iterate over all DB entries and remove ones matching the black list rule. - E.g. if rule is adjusted in meanwhile. - #. Add further widgets. - #. Top 404 requests (Collect them to show them). + #. Grouped by user agents (bar). - #. Grouped by user agents. + #. Top 404 requests (Collect them to show them, doughnut). #. Move bot detection to another rule. @@ -58,6 +55,11 @@ Todos #. Another Symfony Expression which returns the OS ("Ubuntu", "Macintosh", "Android", "iPhone", "Windows") +#. Add command that will iterate over all DB entries and remove ones matching the black list rule. + E.g. if rule is adjusted in meanwhile. + +#. Add 100% code coverage (Widgets are missing) + Example =======