timeline-picker/Readme.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2015-09-13 15:31:14 +02:00
CISP2 Explorer
==============
2015-09-13 15:58:29 +02:00
Description
-----------
2015-09-18 17:23:20 +02:00
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.
Changing the csv file should allow you to make the english version work.
2015-09-13 15:31:14 +02:00
2015-09-18 17:23:20 +02:00
It is built on top of [LokiJS](http://lokijs.org),
[jquery-csv](https://code.google.com/p/jquery-csv) and
[jquery](https://jquery.com).
2015-09-13 15:31:14 +02:00
2015-09-18 17:23:20 +02:00
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).
2015-09-13 15:31:14 +02:00
Start it by calling you internet navigator on `cherche.html`.
2015-09-13 15:58:29 +02:00
Todo (sorted by priority)
-------------------------
2015-09-18 17:09:15 +02:00
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~~
2015-09-18 17:15:38 +02:00
0. ~~BUG: don't search for empty string~~
2015-09-18 17:09:15 +02:00
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)