Add views for blocked and needs-intervention tasks

t-149.6·WorkTask·
·
·
·Omni/Jr.hs
Parent:t-149·Created3 months ago·Updated3 months ago

Description

Edit

Problem: Need quick access to tasks that are blocked or have failed 3+ times.

Fix:

  • Add GET /blocked route - shows tasks with unmet blocking dependencies
  • Add GET /intervention route - shows tasks with retryAttempt >= 3 in retry_context
  • Add links to these from dashboard

Backend changes needed in Omni/Task/Core.hs:

  • getBlockedTasks :: IO [Task]
  • getInterventionTasks :: IO [Task]

Timeline (0)

No activity yet.