Jorge Villalobos (he/him)
Jorge Villalobos (he/him)
We should have an equivalent test for https://github.com/mozilla/addons/issues/1831 in the linter, so developers are notified and can fix this during the development instead of after they submit to AMO. ┆Issue...
We need a star rating filter for AMO search, so the results can be filtered to only add-ons with 4 stars or more, 3 stars or more, etc. Needs UX...
When search terms match the name or description of a Mozilla collection, they should appear on the search results. Maybe it should be a "Related collection" above the results list,...
Server issue: https://github.com/mozilla/addons-server/issues/8891. We get lots of garbage via abuse reports. Lots of them are one-word reports or random characters. We should have a minimum length to mitigate some of...
[Ratings PRD](https://docs.google.com/document/d/1oUz9Ng9v159IPdW4UqHhbNspWa9m5SaicAAX5jU7OjA/edit#heading=h.z6eh8thy43a6). Logged in users should be able to vote on a user review's helpfulness, up or down, once. They can't vote for reviews they wrote, or for add-ons they...
In the new front-end, we're pointing directly to the XPI file. For example, for [this add-on](https://addons.mozilla.org/addon/giftibly-gift-assistant/), the Add to Firefox button points to: `https://addons.mozilla.org/firefox/downloads/file/807838/giftibly_gift_assistant-1.0.28-an+fx.xpi?src=dp-btn-primary` In the old front-end, the button...
The expanded screenshots view take over the entire content area, so only the URL and page title point to the add-on being looked at. @pwalm, what do you think about...
This adds the necessary clause in the manifest for Firefox support (this will trigger a warning in Chrome, unfortunately). So, ideally, the build process would add/remove this clause depending on...
If you visit any listing page on AMO using a non-Firefox client, you get a Download Firefox button instead of the usual Install button. Currently, Recommended add-ons benefit from a...
I found this while playing around with the blocklist tables on Redash. Certain queries require a `collate` statement to work and can be very slow for that reason (about 3...