Skip to content
Snippets Groups Projects
Commit 63c88f49 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Replace legacy events triggered by entity state changes

Replaced the following events with StateChangeEvent:
* FeatureChangeEvent
* LockFeedbackEvent
* LockQuestionEvent
* LockVoteEvent
* LockVotesEvent
* PiRoundCancelEvent
* PiRoundDelayedStartEvent
* PiRoundEndEvent
* PiRoundResetEvent
* StatusRoomEvent
* UnlockQuestionEvent
* UnlockVoteEvent

Removed the following redundant events:
* DeleteAllLectureAnswersEvent
* DeleteAllPrepareationAnswersEvent
* DeleteAllQuestionsAnswersEvent
* DeleteAllQuestionsEvent
* LockQuestionsEvent
* UnlockQuestionsEvent
* UnlockVotesEvent

To trigger events, some code was migrated to use EntityServices instead
of directly accessing Repositories.
parent 9b674cba
Branches
Showing
with 7 additions and 777 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment