36 lines
1.3 KiB
Markdown
36 lines
1.3 KiB
Markdown
CISP2 Explorer
|
||
==============
|
||
|
||
Description
|
||
-----------
|
||
|
||
Simple explorer for the
|
||
[CISP-2](https://fr.wikipedia.org/wiki/Classification_internationale_des_soins_primaires_%28CISP%29),
|
||
the French version of International Classification of Primary Care.
|
||
|
||
It is built on top of [LokiJS](http://lokijs.org),
|
||
[jquery-csv](https://code.google.com/p/jquery-csv) and
|
||
[jquery](https://jquery.com).
|
||
|
||
Ideally, this would only be the first building block for a
|
||
proper (meaning great and open-source) software suite for
|
||
[General practitioners](https://en.wikipedia.org/wiki/General_practitioner).
|
||
|
||
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 looks like?
|
||
------------------------
|
||
|
||
![View of the interface with some elements](https://git.framasoft.org/mpo/cisp2-explorer/raw/master/screenshot.png "Screenshot of the current look")
|