@extends('layouts.app') @section('title', 'Smart Workflow Engine') @push('styles') @endpush @section('content') @php $actionsHtml = '
No active rules configured
| Engineer | Availability | Allocated |
|---|---|---|
|
{{ substr($row->user?->name ?? 'D', 0, 1) }}
{{ $row->user?->name }}
|
|
{{ $row->allocated_minutes }}m |
No developer capacity data | ||
{{ $p->reason }}
System analysis: No critical delays predicted
{{ $r->message }}
Awaiting new system optimizations
| Task Identification | Priority Matrix | Automation Score |
|---|---|---|
|
ID: #TSK-{{ $t->id }}
|
@php $priority = strtolower($t->priority); $badgeClass = match($priority) { 'critical' => 'badge-critical', 'high' => 'badge-high', 'medium' => 'badge-medium', default => 'badge-low' }; @endphp {{ ucfirst($t->priority) }} |
{{ $t->automation_priority_score }} PTS
|
Smart Queue is empty | ||