inception
inception copied to clipboard
Unify AL/recommendation events
Describe the refactoring action Whether accepting/rejecting/etc. a suggestion via the sidebar or main editor, the same event should be send
- enhance RecommendationAccepted/RejectedEvent with info about alternative suggestions;
- drop ActiveLearningRecommendationEvent which becomes unnecessary then
- optimally accept/reject/correct through a central method in the recommendation service instead of repeating the relevant code in the
ActiveLearningSidebarandRecommendationEditorExtension.
Expected benefit More consistent events.