]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blob - doc/TODO
Add a test for Odds_XML-long-import.xml and remove it from the TODO.
[dead/htsn-import.git] / doc / TODO
1 1. We have DTDs but no sample XML for the following SportInfo types,
2 which have therefore been left unimplmented for now:
3
4 * CBASK_StealsXML.dtd
5
6 2. The following DTD types were handled (in some form) by the old
7 FeedGrabber. They are not yet handled by htsn-import (some may not
8 be valid):
9
10 * AutoRacingGridXML
11 * CBASK_Individual_Stats_XML
12 * Cbask_Roster_XML
13 * cbaskteamschedulexml
14 * CBATeamScheduleXML
15 * CFLTeamScheduleXML
16 * CFLTotalTeamScheduleXML
17 * Minor_Baseball_TeamScheduleXML
18 * MinorLeagueHockeyTeamScheduleXML
19 * MLB_Boxscore_XML
20 * MLB_IndividualStats_XML
21 * MLB_Probable_Pitchers_XML
22 * MLB_Roster_XML
23 * mlbteamschedulexml
24 * mlsteamschedulexml
25 * NBA_Boxscore_XML
26 * NBA_Individual_Stats_XML
27 * NBA_Roster_XML
28 * nbateamschedulexml
29 * NCAA_Basketball_Boxscore_XML
30 * NCAA_FB_TeamScheduleXML
31 * NCAAHockeyTeamScheduleXML
32 * NFL_Boxscore_XML
33 * NFL_CompBox_XML
34 * nfldepthchartxml
35 * nflteamschedulexml
36 * nhlteamschedulexml
37 * WCBaskTeamScheduleXML
38 * WNBA_Boxscore_XML
39 * WNBA_Individual_Stats_XML
40 * WNBATeamScheduleXML
41
42 3. Consolidate all of the make_game_time functions which take a
43 date/time and produce a combined time.
44
45 4. Factor out test code where possible; a lot of them differ only in
46 the filename.
47
48 5. Combine test XML files where possible. We don't need to e.g. import
49 two copies of newsxml just because one has an empty attribute that
50 we want to test: we could just delete an attribute from the first
51 file.