Codespilot / vocadb

Automatically exported from code.google.com/p/vocadb
2 stars 1 forks source link

Support events whose series number contains letters #111

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For example M3-2013 summer and winter. One possible solution would be to sort 
all events by date, not number, and make series number free-form.

Original issue reported on code.google.com by rii...@gmail.com on 14 Apr 2013 at 9:46

GoogleCodeExporter commented 8 years ago
Started working on this by adding tests for the old code. 

Sorting by date is problematic though because dates for old events are often 
unknown. Also matching would be more complicated. The field type would need to 
be changed from integer to string.

Another option would be to add a new field "display name" for events. This 
field would be optional, and by default it'd be the same as series name + 
number, but could be set to anything. In the case of M3, a simple suffix would 
be enough as well.

Original comment by rii...@gmail.com on 15 May 2013 at 6:53

GoogleCodeExporter commented 8 years ago

Original comment by rii...@gmail.com on 6 Apr 2014 at 5:38