As an experiment, the \GrowthExperiments\MentorDashboard\PersonalizedPraise\PersonalizedPraiseHooks::onPageSaveComplete hook should be migrated to use the new PageUpdated event.
Example from the Linter extension: EXP: use new event listener mechanism
TODO: link documentation here
Acceptance criteria:
- Investigate and document here what would happen if there were a problem with that hook and how we would notice that.
- Change the \GrowthExperiments\MentorDashboard\PersonalizedPraise\PersonalizedPraiseHooks::onPageSaveComplete to the PageUpdated event
- (optional) Share any feedback/thoughts/concerns/feelings you may have about how the new system.