Comment 0 for bug 709172

Revision history for this message
Michael Vogt (mvo) wrote :

Hi,

the current review-stats API is confusing to the user. Because we provide global stats only the user may see:
- 10 reviews for foo, but only 5 of them are against ubuntu, the other against random PPAs
- 5 reviews for bar, but none against 10.10 versions of bar, all against 11.04

The result is that in the UI he sees e.g. 10 reviews, but clicking on the details he only sees some (or none).

Ideally we should only provide stats for the reviews the user can see. This is a problem of course because
it needs to be both fast on the server and the client and it needs to factor in multiple origin.

This is really a "discuss how we can do it" bugreport at this point :)