Skip to content

feat(schedule-details): add metrics chart run hover popovers (SLICE-9.3 / PR09f)#21

Open
Assem-Uber wants to merge 5 commits into
feat/schedule-details-pr09e-live-workflowsfrom
feat/schedule-details-pr09f-hover-popover
Open

feat(schedule-details): add metrics chart run hover popovers (SLICE-9.3 / PR09f)#21
Assem-Uber wants to merge 5 commits into
feat/schedule-details-pr09e-live-workflowsfrom
feat/schedule-details-pr09f-hover-popover

Conversation

@Assem-Uber

Copy link
Copy Markdown
Owner

Summary

  • Add hover/focus popovers on schedule metrics chart timeline glyphs using baseui StatefulPopover
  • Popover lists runs from chart-layer data: mono run ID, status with icon, optional backfill ID link, and Scheduled/Started/Ended timestamps
  • Extend chart data model with ScheduleMetricsChartRun, group stacked runs by scheduled time, and add browser/node tests

Notes

  • Stacks on feat/schedule-details-pr09e-live-workflows (PR09e / SLICE-9.2)
  • No additional network requests — popover reads run details from chart execution points
  • Retarget upstream PR base to feat/schedule-details-pr09e-live-workflows once PR09e merges to cadence-workflow/cadence-web

Test plan

  • npm run test:unit:browser -- schedule-detail-metrics-chart
  • npm run test:unit:node -- workflows-for-schedule-to-chart-points
  • Manual: Runs tab → hover a successful run glyph → popover shows run details
  • Manual: hover stacked glyph (multiple runs at same time) → all runs listed
  • Manual: Tab to missed execution glyph → popover opens on focus

Made with Cursor

Assem-Uber and others added 5 commits June 23, 2026 17:45
…PR09d)

Render visx markers for successful runs, missed executions, and the next execution time from static fixture data, replacing the empty state when series data is present.

Co-authored-by: Cursor <cursoragent@cursor.com>
Introduce an infinite-query hook that lists active workflows for a schedule via advanced visibility (CadenceScheduleID predicate, CadenceScheduleTime sort) so the metrics chart can paginate execution data in PR09e.

Co-authored-by: Cursor <cursoragent@cursor.com>
… (SLICE-9.2 / PR09e)

Replace static chart fixtures with useListWorkflowsForSchedule and useDescribeSchedule, map workflow pages to timeline points, pan/scroll into older time to fetchNextPage, and show loading skeletons while data loads.

Co-authored-by: Cursor <cursoragent@cursor.com>
….3 / PR09f)

Add interactive glyph popovers on the Runs metrics chart to inspect scheduled runs without extra API calls, including run IDs, status with icons, optional backfill links, and run timestamps. This also adds hover/focus behavior and coverage for stacked multi-run glyphs.

Co-authored-by: Cursor <cursoragent@cursor.com>
Apply eslint import-order and prettier fixes across the metrics chart slice so CI lint passes for PR09f hover popover work.

Co-authored-by: Cursor <cursoragent@cursor.com>
@Assem-Uber Assem-Uber force-pushed the feat/schedule-details-pr09e-live-workflows branch from 91ac5f9 to 2aa2fba Compare June 24, 2026 11:44
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