marcardar / transcriptstudio-isha

Automatically exported from code.google.com/p/transcriptstudio4isha
0 stars 0 forks source link

Validate eventType extracted from imported transcript name #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When we import a transcript (say, "N123 Symbiosis"), we extract the event
type from the prefix ("N"). This is considered to be all the leading
letters (up to but not including the first non-letter).

We should be validating this against the database.

Furthermore, we can allow the prefix to match an oldId (e.g. "A") as well
as a new id (e.g. "ie").

So a transcript named "A123 Inner Engineering Mumbai", would have the event
type "ie" extracted (assuming "ie" is the new id for "A").

Original issue reported on code.google.com by mjc1...@gmail.com on 17 Apr 2009 at 7:18

GoogleCodeExporter commented 9 years ago
Fixed in r431.

Original comment by mjc1...@gmail.com on 17 Apr 2009 at 7:42