@extends('layouts.app')
@section('title', $project . ' Status · QA Dashboard')
@section('content')
@if (in_array($project, ['ERP', 'CRM', 'SMPP'], true))
@include('partials.project-tabs', ['tabBase' => '/projects', 'tabActive' => $project, 'tabQuery' => request('period') ? '?period=' . request('period') : ''])
@endif
No imported dashboard for {{ $tq }} yet. Upload it in Settings → Import Dashboard@if ($project === 'SMPP') (or generate it from an Epic Link)@endif, then it will appear here.{{ $project }} · Status · target stories & linked Jira issues
@include('partials.jira-sync')
@unless ($noImport ?? false)
@include('partials.project-status-export', ['pxProject' => $project, 'pxTq' => $tq])
@endunless
Monthly progress · signed off, quarter to date · same basis as
Reports → Monthly Summary
By story type · targets & linked issues
Assigned QA · credited to the assigned QA (owner); bugs go to the QA who reported them
{{-- Per-QA drill-down modal (stories + bugs credited to the member) --}}
@foreach ($qa as $m)
Member Progress Done Remaining Total
@endforeach
{{ $m['name'] }}
{{ $m['done'] }}
{{ $m['total'] - $m['done'] }}
{{ $m['total'] }}
No target stories for {{ $tq }}.
@endif @endif @endsection @push('scripts') @endpush