corvix.presentation¶
Rich dashboard rendering from persisted notification records.
Classes¶
Rendered dashboard metadata. |
Functions¶
|
Render one table per dashboard group. |
|
Module Contents¶
- corvix.presentation.render_dashboards(console: rich.console.Console, records: list[corvix.domain.NotificationRecord], dashboards: list[corvix.config.DashboardSpec], generated_at: datetime.datetime | None) list[DashboardRenderResult][source][source]¶
Render one table per dashboard group.
- corvix.presentation._build_table(dashboard: corvix.config.DashboardSpec, group_name: str) rich.table.Table[source][source]¶