Open abyrne-moz opened 6 days ago
Once https://github.com/mozilla/addons/issues/15072 is implemented we should be very close to having that already by looking at when the first NeedsHumanReview
was created for a version compared to when it was modified: they should only be modified when is_active
is flipped, which is when the review is done.
The only reason this doesn't work right now is that we mass-update multiple NHR at once when a review is done, so auto_now
doesn't trigger, so modified
isn't updated. But we could trivially add it ourselves.
The query would need to take into account the following things:
Also specifically for DSA-related reasons, those are separate, so an add-on can be reviewed while leaving it in the queue because of those reasons
Description
Measure on a per review basis from when an add-on entered the review queue to a decision being made.
Acceptance Criteria
Checks
┆Issue is synchronized with this Jira Task