kutting / msexcel-builder

A simple and fast library to create MS Office Excel(>2007) xlsx files.
MIT License
0 stars 0 forks source link

Figure out better way to associate patches with events #20

Closed kutting closed 9 years ago

kutting commented 9 years ago

One reason we needed new event types for 2016 was to have different patch images. In general, probably need dated content, like descriptions, patches, and other images, (and price tiers) for events.

kutting commented 9 years ago

Need to discuss with Laszlo. One idea would be to have a DatedContent table (DatedContentId, Key, Value, StartUTCDt, EndUTCDt). Key could be a GUID.

Change Event.EventType and FeaturedTypeCodeset to have MozuPatchImageDatedContentKey instead of MozuPatchImageName.

One problem here is that the effective date really applies to the event, not EventType or FeaturedTypeCodeset... it would be a little confusing, but could still work.

kutting commented 9 years ago

Util.GetPatchImageName Event.DefaultPriceTierNameGetAll Event.EventGet Event.EventInsert Event.EventUpdate