From 4ec0a723b2258f2e7daf5b2bb169bb2f33d7d9b7 Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Sun, 20 Sep 2015 10:51:29 +0200 Subject: [PATCH 1/2] Typo --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index f8ceacb..0266917 100644 --- a/Readme.md +++ b/Readme.md @@ -30,7 +30,7 @@ TODOs (sorted by priority) 0. Make the search mis-spelling safe (like Google does) 0. Changing the csv file should allow to make other databases work too. -What does it looks like? +What does it look like? ------------------------ -![View of the interface with some elements](https://git.framasoft.org/mpo/cisp2-explorer/raw/master/screenshot.png "Screenshot of the current look") +![View of the interface with some elements](https://git.framasoft.org/mpo/cisp2-explorer/raw/master/screenshot.png "Screenshot of the current look") \ No newline at end of file From fba5b582f931c3f09d879aef6095bb269cf50eec Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Sun, 20 Sep 2015 13:31:21 +0200 Subject: [PATCH 2/2] TODOs are handled in Gitlab --- Readme.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Readme.md b/Readme.md index 0266917..163f150 100644 --- a/Readme.md +++ b/Readme.md @@ -18,18 +18,6 @@ proper (meaning great and open-source) software suite for Start it by pointing your internet navigator to the page `cherche.html`. -TODOs (sorted by priority) -------------------------- - - 0. ~~Make the search case-insensitive (as well as accents insensitive)~~ - 0. ~~BUG: trim spaces from search expression~~ - 0. ~~BUG: fix search for codes also~~ - 0. ~~BUG: don't search for empty string~~ - 0. ~~Create a nice html page (may take several steps)~~ - 0. Make it chrome compatible (some trouble with the first ajax call) - 0. Make the search mis-spelling safe (like Google does) - 0. Changing the csv file should allow to make other databases work too. - What does it look like? ------------------------