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-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">
<x-table.table>
<thead>
@ -117,9 +122,13 @@
<td>
@if($entry->seat)
{{ $entry->seat->ensemble->name }} - {{ $entry->seat->seat }}
@else
@if($entry->hasFlag('declined'))
Declined
@else
Not Seated
@endif
@endif
</td>
<td>
{{ $entry->rank('seating', false) }}