1 1. Re-enable DTD validation once
2 https://github.com/UweSchmidt/hxt/issues/15 is fixed.
4 2. Write a test for test/xml/Odds_XML-long-import.xml once it no
5 longer takes 10 minutes to import (Postgres only?).
7 3. We have DTDs but no sample XML for the following SportInfo types,
8 which have therefore been left unimplmented for now:
10 * Cbask_Indv_Shooting_XML.dtd
12 * Cbask_Team_Scoring_Rebound_Margin_XML.dtd
13 * Cbask_Team_Scoring_XML.dtd
14 * Cbask_Team_Shooting_Pct_XML.dtd
16 4. The following DTD types were handled (in some form) by the old
17 FeedGrabber. They are not yet handled by htsn-import (some may not
21 * CBASK_Individual_Stats_XML
23 * cbaskteamschedulexml
26 * CFLTotalTeamScheduleXML
27 * Minor_Baseball_TeamScheduleXML
28 * MinorLeagueHockeyTeamScheduleXML
30 * MLB_IndividualStats_XML
31 * MLB_Probable_Pitchers_XML
36 * NBA_Individual_Stats_XML
39 * NCAA_Basketball_Boxscore_XML
40 * NCAA_FB_TeamScheduleXML
41 * NCAAHockeyTeamScheduleXML
47 * WCBaskTeamScheduleXML
49 * WNBA_Individual_Stats_XML
52 5. Consolidate all of the make_game_time functions which take a
53 date/time and produce a combined time.
55 6. Factor out test code where possible; a lot of them differ only in
58 7. Combine test XML files where possible.
60 8. Remove the -XDeriveGeneric argument in test/Doctests.hs; it
61 shouldn't be necessary if doctest picks up the LANGUAGE pragmas on its
64 9. Once generics-sop releases support for bigger tuples, we can remove
65 the deriveGeneric stuff from Generics.hs. This should also fix the