User story & summary:
As a Wikimedian, I only want necessary data logged publicly, because I want the wikis to respect my privacy.
As a new Editor, I only expect edits to be logged publicly, and I don't think of an image rejection as an edit.
Background & research:
This task is important because we should respect user privacy and the wikis should only publicly log data when necessary In this case we already track rejections via private instrumentation and we cab avoid public logging.
Enwiki discussion about the mobile app’s “add an image” task.
Related: T289024: Add Image: Backend handling of user acceptance/rejection of image recommendations
Acceptance Criteria:
Skip the logging command when rejecting an image suggestion.
In other words:
Given I'm reviewing an Article-level image suggestion or a Section-level image suggestion via the mobile apps or web,
When I reject an image suggestion
Then the action is not logged publicly. (But the suggestion is removed from the task queue and we capture rejection reason via event data).