Sort ready queue by priority

t-220·WorkTask·
·
·
·Omni/Jr/Web.hs
Created5 months ago·Updated5 months ago·pipeline runs →

Description

Edit

The dashboard 'Ready Queue' and 'jr task ready' show different sort orders.

The Ready Queue on the dashboard does not put highest priority items at the top.

Fix:

  • getReadyTasks should return tasks sorted by priority (P0 first, then P1, etc.)
  • Or the Web UI should sort by priority when displaying
  • Ensure CLI 'jr task ready' also shows priority-sorted order

High priority items should always be at the top of the ready queue.

Git Commits

26e78603Sort ready queue by priority
Ben Sima5 months ago1 files

Timeline (2)

🔄[human]Open → InProgress5 months ago
🔄[human]InProgress → Done5 months ago