Closed Bug 1039468 Opened 11 years ago Closed 5 years ago

[Helpfulness rating] Create pages listing articles per rating (and per locale)

Categories

(developer.mozilla.org Graveyard :: Wiki pages, enhancement)

x86
macOS
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: teoli, Unassigned)

References

Details

Like we have lists for pages requiring reviews, being without-parent, having a specific tag, we need pages listing articles according their current rating. The pages must have the same structure (and behavior) as the other similar pages. E.g. https://developer.mozilla.org/fr/docs/without-parent https://developer.mozilla.org/ja/docs/without-parent https://developer.mozilla.org/ja/docs/with-errors https://developer.mozilla.org/en-US/docs/tag/junk They should only list pages of the specific locale. Proposed names: https://developer.mozilla.org/en-US/docs/rating/1 <- pages <=1 https://developer.mozilla.org/en-US/docs/rating/2 <- pages <=2 https://developer.mozilla.org/en-US/docs/rating/3 <- pages <=3 https://developer.mozilla.org/en-US/docs/rating/4 <- pages <=4 https://developer.mozilla.org/en-US/docs/rating/5 <- pages <=5 (I'm assuming a rating scale from 0 to 5.0; if it is a different one, please adapt) Inside the page, the pages must be ordered by rating (lower first). This will allow people to pick pages to improve.
Thanks for filing this! > https://developer.mozilla.org/en-US/docs/rating/1 <- pages <=1 > https://developer.mozilla.org/en-US/docs/rating/2 <- pages <=2 > https://developer.mozilla.org/en-US/docs/rating/3 <- pages <=3 <snip> As you imply, in order to generate any kind of list, we'll need to derive some kind of a "helpful score". (SUMO has a percentage[0].) I think the key features of SUMO's score are that it is derived from the count of helpful and unhelpful votes, over a period of recent time (30 days), in combination with page views. We can dig into kitsune to see the code and probably adapt it. Using the resulting "helpful score", we can generate lists sorted by the least helpful articles (overall and in particular feedback categories): https://developer.mozilla.org/en-US/docs/least-helpful (highest overall unhelpful score at the top) https://developer.mozilla.org/en-US/docs/needs-more-info (highest unhelpful score where feedback is "needs more info" at the top) https://developer.mozilla.org/en-US/docs/confusing (highest unhelpful score where feedback is "confusing" u) https://developer.mozilla.org/en-US/docs/incorrect (highest unhelpful score where feedback is "incorrect") We already have pagination on these pages, so maybe we don't need to limit these lists. But considering the number of documents that could be rated, a generous limit (500) might make it more usable. [0] https://support.mozilla.org/en-US/contributors/unhelpful
Severity: normal → enhancement
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.