mythmon / edwin

A bug management system
Mozilla Public License 2.0
4 stars 0 forks source link

button to repin the sort #73

Open willkg opened 8 years ago

willkg commented 8 years ago

As bugs move into the queue and then get closed, they continue to affect the sort. Further, this has a bunch of ramifications on what algorithms work for pulling all the bugs in the queue and sorting them and how much work is involved.

Perhaps it'd help to be able to "re-pin" the sort to the current top-most bug in the queue. You'd click the button and it'd go through all the bugs in the queue and change the edwin-after- tags so they form a list based on the top-most bug.

Are there other possibilities?