Revision: 192
http://opentrep.svn.sourceforge.net/opentrep/?rev=192&view=rev
Author: denis_arnaud
Date: 2009-09-06 19:15:19 +0000 (Sun, 06 Sep 2009)
Log Message:
-----------
[Planning] Added a few change requests.
Modified Paths:
--------------
trunk/opentrep/TODO
Modified: trunk/opentrep/TODO
===================================================================
--- trunk/opentrep/TODO 2009-09-03 18:21:23 UTC (rev 191)
+++ trunk/opentrep/TODO 2009-09-06 19:15:19 UTC (rev 192)
@@ -1,6 +1,29 @@
Todo list for the OpenTrep project
----------------------------------
+* [06/09/2009] Add the data type (e.g., "GEO", "TIM", "AIR", "PAX")
+ in front of the Xapian document data (when indexing).
+
+* [06/09/2009] Create a new table for time-related data (e.g.,
+ "tue" for the code, and "en, tuesday" or "fr, mardi" for
+ the names).
+ Write the C++ code to take that new data into account.
+
+* [06/06/2009] Alter the parser so that when a suggestion is made for
+ a string, and when the suggestion for the same string minus a word
+ is different, the Levenshtein distance between the original suppresed
+ word and the "suggested" one (defined as the difference between the
+ suggestions for the two strings) is something like nb_of_letters/3.
+
+* [06/09/2009] To allow searches like "ru" or "france", just add the
+ corresponding (country) keywords to the main airport of that country
+ (e.g., "par" for "fr"/"france" and "lon" for "uk"/"gb").
+
+* [06/09/2009] Create a table with the states and countries.
+ Write the C++ code adding all the state- and country-related keywords
+ to the geogrphical index (e.g., add the "texas" keyword to the "paris, tx"
+ element).
+
* [01/08/2009] Write a (Python-based) PSP page, in order to test the
different locales of the browsers.
The Python (PSP) page has been created, but there is still some work
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|