From a747b76ecf748a2ea0696b765bd206c7baaadeaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Tue, 20 Mar 2018 12:43:34 +0100 Subject: [PATCH] Add some todo items to the readme --- Readme.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Readme.md b/Readme.md index cda215a..e79c916 100644 --- a/Readme.md +++ b/Readme.md @@ -33,3 +33,27 @@ was built as ``` CGO_LDFLAGS="-L/path/to/measurement-kit/.libs/" CGO_CFLAGS="-I/path/to/measurement-kit/include" make build ``` + +## Todo + +* Add support for generating the Result Summary based on the measurements. I + would imagine this would lookup the summary of every measurement that we care + about in the DB and based on that generate the summary with a function that + lives inside of the groups definition. + +* Add support for outputing structured logging messages, while tests are + running, to be consumed by the desktop app + +* Add support for the missing tests, namely: +- HTTP Invalid Request Line +- HTTP Header Field Manipulation +- Facebook Messenger +- Telegram +- WhatsApp +- WebConnectivity + +* Fix issue with the informed consent being bypassed on first run + +* Finish the config file implementation + +* Add support for listing results in the CLI