Update results on directors page to add explaination.

This commit is contained in:
Matt Young 2025-11-03 09:02:41 -06:00
parent 165d2c9f6c
commit 834de902ac
1 changed files with 16 additions and 7 deletions

View File

@ -53,7 +53,12 @@
<x-layout.page-section> <x-layout.page-section>
<x-slot:section_name>Entry Listing</x-slot:section_name> <x-slot:section_name>Entry Listing</x-slot:section_name>
<x-slot:section_description>You have {{ $entries->count() }} entries</x-slot:section_description> <x-slot:section_description>
You have {{ $entries->count() }} entries <hr />
<p class="mt-3 text-sm">Note on results</p>
<p class="text-sm">Doublers will show declined on all but one entry. The rank shown on this screen does
not account for any doublers that declined a seat in that entries audition.</p>
</x-slot:section_description>
<div class="px-6 md:px-8 py-3"> <div class="px-6 md:px-8 py-3">
<x-table.table> <x-table.table>
<thead> <thead>
@ -112,14 +117,18 @@
@endif @endif
</x-table.td> </x-table.td>
@endif @endif
<td> </td> <td></td>
@if($entry->audition->hasFlag('seats_published')) @if($entry->audition->hasFlag('seats_published'))
<td> <td>
@if($entry->seat) @if($entry->seat)
{{ $entry->seat->ensemble->name }} - {{ $entry->seat->seat }} {{ $entry->seat->ensemble->name }} - {{ $entry->seat->seat }}
@else
@if($entry->hasFlag('declined'))
Declined
@else @else
Not Seated Not Seated
@endif @endif
@endif
</td> </td>
<td> <td>
{{ $entry->rank('seating', false) }} {{ $entry->rank('seating', false) }}