Skip to content

feat: job wait time column on claimed tab#105

Merged
eclectic-coding merged 1 commit into
mainfrom
feat/job-wait-time-column
May 28, 2026
Merged

feat: job wait time column on claimed tab#105
eclectic-coding merged 1 commit into
mainfrom
feat/job-wait-time-column

Conversation

@eclectic-coding
Copy link
Copy Markdown
Owner

Summary

  • Adds a Wait Time column to the claimed jobs tab showing how long each job waited in the queue before being picked up (execution.created_at - job.created_at), formatted via the existing format_duration helper
  • Column is claimed-tab only — hidden on all other statuses
  • CSV export gains a wait_time_seconds column for claimed status exports
  • Removes the now-fully-shipped v1.3 section from ROADMAP
  • Adds CHANGELOG entry under [Unreleased]

Test plan

  • 5 new request specs: Wait Time header visible on claimed tab, not on ready tab, formatted value renders correctly, CSV includes wait_time_seconds for claimed, CSV excludes it for ready
  • Full suite: 380 examples, 0 failures, rubocop clean

🤖 Generated with Claude Code

Shows how long a claimed job waited in the queue before being picked up
(execution.created_at - job.created_at), displayed via format_duration.
Column appears on the claimed tab only. CSV export gains a
wait_time_seconds column for claimed status. v1.3 is now fully shipped
so the ROADMAP section is removed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@eclectic-coding eclectic-coding merged commit f76702c into main May 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant