v20260104-14-reports-stats-total-runs-success-rate-fix #28
@ -1 +1 @@
|
||||
v20260103-15-reports-customer-column
|
||||
v20260103-16-reports-snapshot-columns-runid-remark-toggle
|
||||
|
||||
@ -248,7 +248,9 @@ def build_report_columns_meta():
|
||||
{"key": "status", "label": "Last run status", "views": ["snapshot"]},
|
||||
{"key": "missed", "label": "Missed", "views": ["snapshot"]},
|
||||
{"key": "override_applied", "label": "Override applied", "views": ["snapshot"]},
|
||||
{"key": "run_id", "label": "Run ID", "views": ["snapshot"]},
|
||||
{"key": "ticket_number", "label": "Ticket number", "views": ["snapshot"]},
|
||||
{"key": "remark", "label": "Remark", "views": ["snapshot"]},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@ -136,6 +136,14 @@
|
||||
- Ensured customer name is included and visible when multiple customers are selected.
|
||||
- Updated summary and raw data views to correctly display customer information across multi-customer reports.
|
||||
|
||||
---
|
||||
|
||||
## v20260103-16-reports-snapshot-columns-runid-remark-toggle
|
||||
|
||||
- Added `run_id` and `remark` to the Snapshot report column metadata.
|
||||
- Enabled toggling visibility of `run_id` and `remark` via the column selector.
|
||||
- Removed forced default visibility so these columns can be fully disabled by the user.
|
||||
|
||||
================================================================================================================================================
|
||||
|
||||
## v0.1.15
|
||||
|
||||
Loading…
Reference in New Issue
Block a user