mozilla / addons

☂ Umbrella repository for Mozilla Addons ✨
Other
127 stars 41 forks source link

[Bug]: Add-on history should display whether a version is restricted or blocked #15125

Open ioanarusiczki opened 2 weeks ago

ioanarusiczki commented 2 weeks ago

What happened?

followup for https://github.com/mozilla/addons/issues/15013

What did you expect to happen?

Rev tools pages don't expose if a version is restricted or blocked https://reviewers.addons-dev.allizom.org/en-US/reviewers/review/633707

Dev hub is already doing that https://addons-dev.allizom.org/en-US/developers/addon/block-versions/versions

Is there an existing issue for this?

┆Issue is synchronized with this Jira Task

wagnerand commented 1 week ago

Mat suggested we put the type of block into the activity details, to avoid having to update existing queries that filter on blocked versions. On the other hand, using separate activities would make future queries much easier where we want to differentiate between soft-blocks and hard-blocks.