mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 05:56:08 +01:00
Adjust order of todos
This commit is contained in:
parent
b939bfa58b
commit
17cbbe288e
1 changed files with 7 additions and 5 deletions
12
readme.rst
12
readme.rst
|
@ -37,14 +37,11 @@ EXT:dashboard
|
||||||
Todos
|
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.
|
#. 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.
|
#. Move bot detection to another rule.
|
||||||
|
|
||||||
|
@ -58,6 +55,11 @@ Todos
|
||||||
|
|
||||||
#. Another Symfony Expression which returns the OS ("Ubuntu", "Macintosh", "Android", "iPhone", "Windows")
|
#. 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
|
Example
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue