You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to cleanup the EventController, some methods will be moved to EventEvaluationService
Public methods:
evaluateForDetailAction
evaluateForIcalDownloadAction
evaluateForRegistrationAction
evaluateForSaveRegistrationAction
The class will contain the following methods from EventController:
evaluateSingleEventSetting
evaluateIsShortcutSetting
evaluateEventPreviewSetting
checkPidOfEventRecord
PSR-14 Event EventPidCheckFailedEvent will be changed (breaking) to be called from the new service and the PSR-14 event does not hold the EventController any more.
The text was updated successfully, but these errors were encountered:
To reduce logic in EventController, the following functions
have been moved to an own service:
* evaluateSingleEventSetting
* evaluateIsShortcutSetting
* evaluateEventPreviewSetting
* checkPidOfEventRecord
This additionally allows easier testing of the extracted
logic.
As a result or the refactoring, the PSR-14 event call was
moved to `EventEvaluationService`. This results in a
breaking change, because the `EventController` is now
not available via the PSR-14 event any more.
Closes#1238
In order to cleanup the
EventController
, some methods will be moved toEventEvaluationService
Public methods:
evaluateForDetailAction
evaluateForIcalDownloadAction
evaluateForRegistrationAction
evaluateForSaveRegistrationAction
The class will contain the following methods from
EventController
:evaluateSingleEventSetting
evaluateIsShortcutSetting
evaluateEventPreviewSetting
checkPidOfEventRecord
PSR-14 Event
EventPidCheckFailedEvent
will be changed (breaking) to be called from the new service and the PSR-14 event does not hold theEventController
any more.The text was updated successfully, but these errors were encountered: