Difference between revisions of "SE2006:group bar:todo"

From Earlham CS Department
Jump to navigation Jump to search
Line 4: Line 4:
 
** proper javadoc
 
** proper javadoc
 
** testing suite
 
** testing suite
** figure out group skipping
 
*** to skip a group, put a '?' as the first character in that group, e.g., (?.+)
 
*** see this [http://www.amk.ca/python/howto/regex/regex.html#SECTION000530000000000000000 awesome regexp tutorial] (specific to Python but talks about Perl as a baseline too)
 
 
** exception handling
 
** exception handling
 
*** (asserts, etc.)
 
*** (asserts, etc.)
Line 13: Line 10:
 
** thread support (scrape multiple sources simultaneously)
 
** thread support (scrape multiple sources simultaneously)
 
** single place for var name to sql type - done
 
** single place for var name to sql type - done
 +
** figure out group skipping - done
 +
*** to skip a group, put a '?' as the first character in that group, e.g., (?.+)
 +
*** see this [http://www.amk.ca/python/howto/regex/regex.html#SECTION000530000000000000000 awesome regexp tutorial] (specific to Python but talks about Perl as a baseline too)
  
 
* database
 
* database
  
 
* geocoding
 
* geocoding

Revision as of 10:29, 30 March 2006

  • 5 data sources
  • scrAPI:
    • proper javadoc
    • testing suite
    • exception handling
      • (asserts, etc.)
    • auto (periodic) fetching of data
      • make ScrAPI run as a daemon?
    • thread support (scrape multiple sources simultaneously)
    • single place for var name to sql type - done
    • figure out group skipping - done
      • to skip a group, put a '?' as the first character in that group, e.g., (?.+)
      • see this awesome regexp tutorial (specific to Python but talks about Perl as a baseline too)
  • database
  • geocoding