← Back to all issues

Issue #5930 — Schedule detail page with "Run Now" button

Schedule entries should have a dedicated detail page with a Run Now button that triggers a single immediate execution. Users need this to verify output before relying on automated runs, debug schedules without waiting for the next trigger, and quickly re-run during development.

Baseline — Schedule List

Current
The current schedule list page. No detail view or Run Now capability exists — schedule entries are flat list items with only toggle, edit, and delete actions.

Variant A — Minimal Detail Page

Conservative
Smallest change: a simple detail page with schedule metadata (name, agent, frequency, prompt), status info (last/next run), a Run Now button, and a compact recent runs list.

Variant B — Tabbed Detail Page

Balanced
A polished detail page with three tabs — Overview (stats, agent, prompt), Run History (table of past runs), and Settings (timezone, retry, notifications). Includes a Run Now button with toast feedback.

Variant C — Dashboard Detail Page

Ambitious
A rich dashboard with key metrics (success rate, total runs, avg duration, countdown to next run), schedule configuration with visual cron timeline, latest run output preview, 14-day heatmap, and an animated Run Now experience with streaming progress.