X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2FTODO;h=6bce0fbf735b17d894ae5eb72bb1aa22277c25af;hb=ee8df55da3731b3c73939cb32844e6476f4cec27;hp=2dd7529609a7b3a048213e2c4d1697f00a40c8a1;hpb=2bbf0d040d768659224b298adb51a8bdabe6a5be;p=dead%2Fhtsn-import.git diff --git a/doc/TODO b/doc/TODO index 2dd7529..6bce0fb 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,8 +1,15 @@ 1. Re-enable DTD validation once https://github.com/UweSchmidt/hxt/issues/15 is fixed. -2. Comment Injuries and InjuriesDetail. +2. Write a test for test/xml/Odds_XML-long-import.xml once it no + longer takes 10 minutes to import (Postgres only?). -3. Add the DB schema diagram for Odds. +3. Write a test for the ON DELETE CASCADE behavior. -4. Implement weatherxml. +4. Add top-level message tables for all types so that we can link all + records to a message and use the message's time stamp to (cascade) + delete old data. + +5. Drop the many-to-many relation between at least odds and + odds_games, since duplicate games are highly unlikely and the table + will grow without bound.