Parallels / rq-dashboard

Flask-based web front-end for monitoring RQ queues
http://python-rq.org/
Other
1.44k stars 328 forks source link

Feature Request: Add 'Sort Order' Dropdown for Job Listing (ASC/DESC) #477

Closed anorprogrammer closed 1 month ago

anorprogrammer commented 8 months ago

The current dashboard displays all my failed jobs in chronological order, from oldest to newest. However, with hundreds of jobs, navigating through multiple subpages to reach the most recent ones is time-consuming. Could you please introduce a sorting feature? Ideally, a dropdown menu labeled 'Sort Order' (or a similar name) located next to Queue: and Registry: with two options: Ascending (ASC) and Descending (DESC). This would greatly enhance the usability of the dashboard.

image