From: Michael Orlitzky Date: Fri, 4 Jul 2014 04:22:49 +0000 (-0400) Subject: Add a few TODOs. X-Git-Tag: 0.0.6~52 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=de92d433bb274dd704085f16648fbadf95df9716 Add a few TODOs. --- diff --git a/doc/TODO b/doc/TODO index a5c8757..31a16c2 100644 --- a/doc/TODO +++ b/doc/TODO @@ -70,3 +70,13 @@ * WNBA_Boxscore_XML * WNBA_Individual_Stats_XML * WNBATeamScheduleXML + +7. Add a note about the NULL vs. empty string policy in the man page. + +8. Add a note mentioning that shared tables (teams) and the reason for + using a join table instead of keying them directly to the parent. + +9. Consolidate all of the make_game_time functions. + +10. Document how to get an empty database set up (import test xml then + delete).