RT sort by severity hacks

schwern on 2007-12-06T04:28:41

In my last post I talked about a script I wrote using the RT REST interface to get "sort by severity" functionality. My script was primitive and slow. Fortunately, the lazyweb worked and to fantastic and very Web 2.0 solutions were posted. I wanted to highlight them here.

First is link's alternative queue interface presumably using the REST interface behind the scenes. I really like this idea (even if it is ass slow right now) as it opens up the possibility of using rt.cpan.org as a remote database and writing your own interface on top of it. I'd love to see this idea explored further.

Then Yanick offered a GreaseMonkey script to put sort-by-severity right into rt.cpan.org: RtSeverityOrdering. If you've never used GreaseMonkey, it's a Mozilla plugin that allows you to inject your own Javascript into web pages of your choice giving you total control over how a web page behaves. I'm also using PJF's plugin to add Digg and Technorati links to use.perl.org dragging Slashcode into the Web 2.0 whether it likes it or not.

Fantastic work, guys. Lazyweb++


You're quite welcome

Yanick on 2007-12-07T18:00:56

*beam smugly*

Re:You're quite welcome

Yanick on 2007-12-08T22:20:01

Just saw your comment on userscripts.org. Version 0.04 of the script now do reverse ordering on the second click. Go get it while it's still warm! :-)

Re:You're quite welcome

schwern on 2007-12-10T04:58:38

Smashing, thanks!