Total Issues
{{ summary.totalIssues || 0 }}
Quality Score
{{ summary.averageQualityScore ? summary.averageQualityScore.toFixed(1) : 'N/A' }}
Flows Analyzed
{{ summary.totalFlows || 0 }}
No quality history data available
Run a scan to start collecting quality metrics
| Date | Quality Score | Total Issues | Flows |
|---|---|---|---|
| {{ formatDate(entry.created_at) }} | {{ entry.quality_score.toFixed(1) }} | {{ entry.total_issues }} | {{ entry.flow_name }} |
No flow data available
Run a scan to analyze your flows
| Flow Name | Quality Score | Issues | Critical Issues | Function Nodes | Last Scan |
|---|---|---|---|---|---|
|
{{ flow.flow_id }}
|
{{ flow.quality_score.toFixed(1) }}
|
{{ flow.total_issues }} | {{ flow.nodes_with_critical_issues }} | {{ flow.total_function_nodes }} | {{ formatDate(flow.created_at) }} |
{{ node.nodeId }}
{{ issue.message }}
{{ issue.type }} Line {{ issue.line }}
No detailed node information available for this flow