PgFlowDashboard.Components.RunHistoryGrid (PgFlow v0.1.0)

Copy Markdown View Source

GitHub-style activity grid showing run history by step.

Summary

Functions

Renders a run history grid.

Functions

run_history_grid(assigns)

Renders a run history grid.

Attributes

  • :grid_data - Map of step_slug => list of run results
  • :steps - Ordered list of step slugs for rows
  • :max_runs - Maximum number of runs to display
  • :base_path - Base path for navigation links

Attributes

  • grid_data (:map) (required)
  • steps (:list) (required)
  • max_runs (:integer) - Defaults to 50.
  • base_path (:string) - Defaults to "/pgflow".