;tools:buglist: improvements

This commit is contained in:
Simon Michael 2024-03-01 22:23:17 -10:00
parent 8d9ce2abf9
commit 805fa67a28

View File

@ -10,32 +10,32 @@
th { white-space: nowrap; } th { white-space: nowrap; }
tr { border-top:thin solid #eee; vertical-align:top; } tr { border-top:thin solid #eee; vertical-align:top; }
td { padding:0 1em; } td { padding:0 1em; }
.tag { color:white; text-shadow: 2px 2px 2px black; font-size:small; padding:2px 8px 4px 6px; border-radius:1em; } /* .tag { color:white; text-shadow: 2px 2px 2px black; font-size:small; padding:2px 8px 4px 6px; border-radius:1em; }
.paletag { color:black; font-weight:bold; font-size:small; padding:2px 8px 4px 6px; border-radius:1em; } */
.tag { color:white; font-weight:bold; font-size:small; padding:2px 8px 4px 6px; border-radius:1em; }
.paletag { color:black; font-weight:bold; font-size:small; padding:2px 8px 4px 6px; border-radius:1em; } .paletag { color:black; font-weight:bold; font-size:small; padding:2px 8px 4px 6px; border-radius:1em; }
</style> </style>
</head> </head>
<body> <body>
<h3 class="text-center">hledger open bugs</h3> <h3 class="text-center">hledger open bugs by user pain (user joy when fixed)</h3>
<p> <p align="center">
Currently our <a href="https://hledger.org/ISSUES.html#prioritising">user pain</a> score is Our <a href="https://hledger.org/ISSUES.html#prioritising">user pain</a> score is
<i>Impact</i> (number of people affected, 1-5) <i>* Severity</i> (for those affected, 1-5) <i>/ 25</i>. impact (number of people affected, 1-5) * severity (for those affected, 1-5) / 25 * 10. <br>
<br>
The possible scores are: The possible scores are:
0.04 0.4
0.08 0.8
0.12 1.2
0.16 1.6
0.20 2.0
0.24 2.4
0.32 3.2
0.36 3.6
0.40 4.0
0.48 4.8
0.60 6.0
0.64 6.4
0.80 8.0
1.00 10.0
.
</p> </p>
<table id="issues"> <table id="issues">
</table> </table>