mozilla / missioncontrol

Real-time monitoring of Firefox release health
Mozilla Public License 2.0
21 stars 18 forks source link

Instead of displaying the various crash categories alphabatically..... #287

Closed rkothari19 closed 6 years ago

rkothari19 commented 6 years ago

Let's display crash categories based on importance level, E.g. list them as:

kagehina919 commented 6 years ago

@wlach can I take up this issue? What should be the suggested order, if yes?

wlach commented 6 years ago

Hi @kagehina919, would be great if you could take this on.

The initial ordering that @rkothari mentioned sounds about right, I'd probably split into two sections:

Crash Measures:

Other: (just list alphabetically)

I would use an h3 element for the headings, and then probably pad the tables a little bit so it looks more "sectional". Anyway, we can always adjust a bit after you make some initial modifications.

kagehina919 commented 6 years ago

@wlach seems like the alphabetical sort in line#174 is not working. I'll add a fix in my PR.