Small module for exploring the CISP-2 database
Go to file
Martin Potier 3438b15e9f TODO item 1. 2015-09-14 15:04:32 +02:00
Readme.md TODO item 1. 2015-09-14 15:04:32 +02:00
cherche.html Initial commit 2015-09-13 15:22:54 +02:00
cherche.js TODO item 1. 2015-09-14 15:04:32 +02:00
cisp2fr.csv Initial commit 2015-09-13 15:22:54 +02:00
jquery-2.1.4.min.js Initial commit 2015-09-13 15:22:54 +02:00
jquery.csv-0.71.min.js Initial commit 2015-09-13 15:22:54 +02:00
lokijs.min.js Initial commit 2015-09-13 15:22:54 +02:00

Readme.md

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.

It's built on top of LokiJS, jquery-csv and jquery.

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)

  1. Make the search case-insensitive (as well as accents insensitive)
  2. BUG: trim spaces from search expression
  3. Create a nice html page (may take several steps)
  4. Make it chrome compatible (some trouble with the first ajax call)
  5. Make the search mis-spelling safe (like Google does)