silverstripe-event-calendar icon indicating copy to clipboard operation
silverstripe-event-calendar copied to clipboard

Introducing EventDateTime

Open OliverBanjo opened this issue 7 years ago • 0 comments

This would be a first step as an example to dividing the CalendarDateTime class for interoperability and reusability, to align with SS4 principles.

Introducing new super class EventDateTime . See unclecheese/silverstripe-event-calendar issue 140.

Time & date specific fields ($db properties) and reusable functionality tied to those properties moved to EventDateTime. ie CalendarDateTime methods with reference to Event() or that are relevant to CalendarAnnouncement remain.

Have included a reversible migration task to assist with moving table fields to the new intermediary tier.

OliverBanjo avatar Dec 16 '17 14:12 OliverBanjo