timeline-picker/Readme.md

32 lines
1.2 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.
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
2015-09-20 00:04:32 +02:00
Start it by pointing your internet navigator to the page `cherche.html`.
2015-09-13 15:58:29 +02:00
2015-09-20 00:04:32 +02:00
TODOs (sorted by priority)
2015-09-13 15:58:29 +02:00
-------------------------
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-20 00:04:32 +02:00
0. ~~Create a nice html page (may take several steps)~~
2015-09-18 17:09:15 +02:00
0. Make it chrome compatible (some trouble with the first ajax call)
0. Make the search mis-spelling safe (like Google does)
2015-09-20 00:04:32 +02:00
0. Changing the csv file should allow to make other databases work too.