ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
488 stars 90 forks source link

Sort bugs by version code THEN number of reports #107

Open nicolas-raoul opened 9 years ago

nicolas-raoul commented 9 years ago

I am using the acralyzer web interface. I am interested only in the most recent release, so I sort by version code. But I also want to sort by number of reports, to quickly see what are the most urgent bug in the latest release.

It is difficult to find what are the most urgent bugs: acra-sort And this is only a few hours after release. After a few days, finding the most urgent bugs will require analyzing many pages of bugs, which is not a solution.

Is there a way to do this?

For now, the workaround is to purge all past versions after each release, which results in loss of information that might have been useful.

By the way, I created a small advertisment for ACRA, it will be displayed in rotation to all StackOverflow users if it reaches 6 upvotes: http://meta.stackoverflow.com/a/284830/226958

mrmaffen commented 8 years ago

I am also looking for a solution to this. Another way of solving this issue would be to add a filter option to the "bugs"-tab. Then I could filter by VersionCode and sort by number of reports.