mozilla / addons

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

an option to show only reviews with text content #2102

Open FranklinYu opened 2 years ago

FranklinYu commented 2 years ago

This is a feature request for AMO.

AMO shows review for an add-on, which is essential for choosing add-ons. It looks like this:

image

I feel that review with text content typically gives more information than a score-only review; the latter doesn’t provide more information than the general statistics at the left. For example, the one-star review in the screenshot above isn’t really a problem of the extension itself, but the user unaware of iOS platform limitations.

It would be nice to be able to only see the review with text contents. For example, we can add a mode to the drop-down menu at the top-right. Mock:

image

┆Issue is synchronized with this Jira Task

eviljeff commented 2 years ago

fwiw we already have api support for this (we went back and forward with what was shown on the frontend a few times) with ?filter=without_empty_body

FranklinYu commented 2 years ago
image

Did I do anything wrong? I cannot reproduce it. (Look at the review by “Waffle”.)

https://addons.mozilla.org/en-US/firefox/addon/link-to-text-fragment/reviews/?filter=without_empty_body

eviljeff commented 2 years ago

Did I do anything wrong? I cannot reproduce it. (Look at the review by “Waffle”.)

https://addons.mozilla.org/en-US/firefox/addon/link-to-text-fragment/reviews/?filter=without_empty_body

It's not possible to do this with the current website. I was just noting (for the other engineers and anyone who was thinking of contributing a patch) that the back-end API used already supports the feature so it only require a change in the frontend code.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. If you think this bug should stay open, please comment on the issue with further details. Thank you for your contributions.

Zaglim commented 1 year ago

Adding comment to keep this issue open. Still not possible to filter to only reviews with text content

KevinMind commented 5 months ago

Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDFRNT-107