sanyaade-speechtools / delphi-museum-project

Automatically exported from code.google.com/p/delphi-museum-project
0 stars 0 forks source link

Ignore objects with no object number in metadata #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are some garbage records in the DB dump, that have no object number
associated to them. We can safely ignore these for PAHMA, according to
Michael Black.

Need to make this configurable in the ColConfig file, and or in UI.

Original issue reported on code.google.com by LudicrousResearcher@gmail.com on 17 Apr 2008 at 9:46

GoogleCodeExporter commented 9 years ago
Adjusted prio and milestone. 

Original comment by LudicrousResearcher@gmail.com on 9 Aug 2008 at 4:37

GoogleCodeExporter commented 9 years ago

Original comment by LudicrousResearcher@gmail.com on 6 Dec 2008 at 10:54

GoogleCodeExporter commented 9 years ago
There are a number of other rules as well:

In DB (when have JDBC connection,) check for IsVirtual column and ignore on 
true.
Ditto on isTemplate.

1) Within object number, if see a period '.', then ignore it. 
1a) Also, if see "Acc." ignore (but '.' rule subsumes this).
2) If see "temp" or "test" in objnum, then ignore.

Original comment by LudicrousResearcher@gmail.com on 8 Dec 2008 at 10:25

GoogleCodeExporter commented 9 years ago
Already filtered some of the issues earlier, but added tests for "temp" and 
"test".
Need to filter out the IsVirtual items with updated fetch, so leaving open, but
dropping the prio and severity (since we are filtering most things now).

Original comment by LudicrousResearcher@gmail.com on 5 Jan 2009 at 7:26

GoogleCodeExporter commented 9 years ago
New rules addressed in the current code. 
Additional issue raised in #113: 
http://code.google.com/p/delphi-museum-project/issues/detail?id=113 

Original comment by LudicrousResearcher@gmail.com on 19 Feb 2009 at 9:55

GoogleCodeExporter commented 9 years ago
Doh! Meant to mark it fixed in last revision.

Original comment by LudicrousResearcher@gmail.com on 19 Feb 2009 at 9:56