From f2067fd274140e93d23500a052aa58e595fefa07 Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Sun, 13 Sep 2015 15:58:29 +0200 Subject: [PATCH] Adding Todo --- Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Readme.md b/Readme.md index 2cd9b7e..de2eb71 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,9 @@ CISP2 Explorer ============== +Description +----------- + Simplistic explorer for the CISP-2 classification of troubles and complaints. Yes, it's CISP-2 because it's the french version. Changing the csv file should be enough to make the english version work. @@ -11,3 +14,10 @@ Ideally, this is the first building block for a proper (meaning great and open-source) GP software suite. Start it by calling you internet navigator on `cherche.html`. + +Todo (sorted by priority) +------------------------- + + - Make the search case-insensitive (as well as accents insensitive) + - Create a nice html page (may take several steps) + - Make the search mis-spelling safe (like Google does)